Commands
| Command | Description |
|---|---|
devhelm environments list | List all environments |
devhelm environments get <slug> | Get environment details |
devhelm environments create | Create an environment |
devhelm environments update <slug> | Update an environment |
devhelm environments delete <slug> | Delete an environment |
Environments are identified by slug (e.g.,
production, staging), not numeric ID.environments list
environments get
environments create
| Flag | Type | Required | Description |
|---|---|---|---|
--name | string | Yes | Human-readable environment name |
--slug | string | Yes | URL-safe identifier (lowercase, hyphens) |
environments update
| Flag | Type | Description |
|---|---|---|
--name | string | New environment name |
environments delete
Next steps
Secrets
Scope secrets to specific environments.
Multi-environment config
Manage per-environment YAML files.