We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a re-usable Coder module that installs the latest version of @devcontainers/cli to be published to registry.coder.com
@devcontainers/cli
This will provide a low-friction path for users who need to use devcontainers but who do not have the devcontainer CLI available in their template.
devcontainer
We may need to additionally install nodejs as a dependency.
nodejs
Reference: https://code.visualstudio.com/docs/devcontainers/devcontainer-cli#_alternate-installation
The text was updated successfully, but these errors were encountered:
feat(devcontainers-cli): add devcontainers-cli module (#425)
d4b4ebd
Related to [this issue](coder/coder#16432) Create a new module to install [@devcontainers/cli](https://github.com/devcontainers/cli) using npm. --------- Co-authored-by: Mathias Fredriksson <[email protected]> Co-authored-by: M Atif Ali <[email protected]>
defelmnq
No branches or pull requests
Create a re-usable Coder module that installs the latest version of
@devcontainers/cli
to be published to registry.coder.comThis will provide a low-friction path for users who need to use devcontainers but who do not have the
devcontainer
CLI available in their template.We may need to additionally install
nodejs
as a dependency.Reference: https://code.visualstudio.com/docs/devcontainers/devcontainer-cli#_alternate-installation
The text was updated successfully, but these errors were encountered: