Dev container features for the Entire development platform.
entire-cliInstall the Entire CLI for AI-assisted development workflows.
Add to your devcontainer.json:
{
"features": {
"ghcr.io/entireio/devcontainer-features/entire-cli:1": {}
}
}
| Option | Type | Default | Description |
|---|---|---|---|
version | string | latest | Version to install (e.g., 0.5.0) |
{
"features": {
"ghcr.io/entireio/devcontainer-features/entire-cli:1": {
"version": "0.5.0"
}
}
}
3 commits
TypeScript
71.2%
Shell
28.8%
Dev container features for the Entire development platform.
entire-cliInstall the Entire CLI for AI-assisted development workflows.
Add to your devcontainer.json:
{
"features": {
"ghcr.io/entireio/devcontainer-features/entire-cli:1": {}
}
}
| Option | Type | Default | Description |
|---|---|---|---|
version | string | latest | Version to install (e.g., 0.5.0) |
{
"features": {
"ghcr.io/entireio/devcontainer-features/entire-cli:1": {
"version": "0.5.0"
}
}
}
3 commits
TypeScript
71.2%
Shell
28.8%