Dev container features for the Entire development platform.
Install 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"
}
}
}