Uh oh!
There was an error while loading. Please reload this page.
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| ```tf | ||
| module "devcontainers-cli" { | ||
| source = "registry.coder.com/modules/devcontainers-cli/coder" | ||
| version = "release/claude-code/1.0.32" |
There was a problem hiding this comment.
Does release/claude-code/1.0.32 exist or is it an example?
There was a problem hiding this comment.
This one is enforced by the update-version.sh script - not sure if @matifali has more info here on why.
There was a problem hiding this comment.
This should probably be release/devcontainers-cli/1.0.0.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
mafredri
commented
Apr 14, 2025
It might be nice to add Docker detection here as well and print a WARNING if |
defelmnq
commented
Apr 14, 2025
Thanks @mafredri and @mtojek for the review - I added :
A question asked by Marcin about About naming, I'm up to keep |
mafredri
left a comment
There was a problem hiding this comment.
Minor suggestions but otherwise looking good, thanks for implementing support for multiple package managers! 🎉
| ```tf | ||
| module "devcontainers-cli" { | ||
| source = "registry.coder.com/modules/devcontainers-cli/coder" | ||
| version = "release/claude-code/1.0.32" |
There was a problem hiding this comment.
This should probably be release/devcontainers-cli/1.0.0.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
mafredri
left a comment
There was a problem hiding this comment.
Some minor optional adjustments to improve the output, but nothing blocking on my side. Nice work!
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
defelmnq
commented
Apr 15, 2025
PR Is ready, currently waiting for #426 to have easier versioning. |
defelmnq
commented
Apr 16, 2025
All good for me with @matifali last changes ✅ Thanks. |
Related to this issue
Create a new module to install @devcontainers/cli using npm.