Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Latest commit

 

History

History
22 lines (19 loc) · 744 Bytes

File metadata and controls

22 lines (19 loc) · 744 Bytes
display_name devcontainers-cli
description devcontainers-cli module provides an easy way to install @devcontainers/cli into a workspace
icon ../.icons/devcontainers.svg
verified true
maintainer_github coder
tags
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/modules/devcontainers-cli/coder"
  version  = "1.0.1"
  agent_id = coder_agent.example.id
}