entireio/devcontainer-features

Install the Entire CLI in your devcontainers.

7

stars

3

commits

TypeScript

primary language

Mar 19, 2026

updated

README

Entire Dev Container Features

Dev container features for the Entire development platform.

Features

entire-cli

Install the Entire CLI for AI-assisted development workflows.

Usage

Add to your devcontainer.json:

{
  "features": {
    "ghcr.io/entireio/devcontainer-features/entire-cli:1": {}
  }
}

Options

OptionTypeDefaultDescription
versionstringlatestVersion to install (e.g., 0.5.0)

Pin to a specific version

{
  "features": {
    "ghcr.io/entireio/devcontainer-features/entire-cli:1": {
      "version": "0.5.0"
    }
  }
}

Contributors

Soph

3 commits

entireio/devcontainer-features

Install the Entire CLI in your devcontainers.

7

stars

3

commits

TypeScript

primary language

Mar 19, 2026

updated

README

Entire Dev Container Features

Dev container features for the Entire development platform.

Features

entire-cli

Install the Entire CLI for AI-assisted development workflows.

Usage

Add to your devcontainer.json:

{
  "features": {
    "ghcr.io/entireio/devcontainer-features/entire-cli:1": {}
  }
}

Options

OptionTypeDefaultDescription
versionstringlatestVersion to install (e.g., 0.5.0)

Pin to a specific version

{
  "features": {
    "ghcr.io/entireio/devcontainer-features/entire-cli:1": {
      "version": "0.5.0"
    }
  }
}

Contributors

Soph

3 commits

Languages

TypeScript

71.2%

Shell

28.8%