display_name | description | icon | verified | maintainer_github | tags | |
---|---|---|---|---|---|---|
devcontainers-cli |
devcontainers-cli module provides an easy way to install @devcontainers/cli into a workspace |
../.icons/devcontainers.svg |
true |
coder |
|
The devcontainers-cli module provides an easy way to install @devcontainers/cli
into a workspace. It can be used within any workspace as it runs only if
@devcontainers/cli is not installed yet.
npm
is required and should be pre-installed in order for the module to work.
module "devcontainers-cli" {
source = "registry.coder.com/modules/devcontainers-cli/coder"
version = "1.0.0"
agent_id = coder_agent.example.id
}