2025-11-27 12:00:04 +05:00

727 B

display_name description icon verified tags
devcontainers-cli devcontainers-cli module provides an easy way to install @devcontainers/cli into a workspace ../../../../.icons/devcontainers.svg true
devcontainers

devcontainers-cli

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/coder/devcontainers-cli/coder"
  version  = "1.0.34"
  agent_id = coder_agent.example.id
}