TheDocumentation Index
Fetch the complete documentation index at: https://docs.ctrlplane.dev/llms.txt
Use this file to discover all available pages before exploring further.
ctrlc api upsert version command creates or updates a deployment version
in Ctrlplane. This is typically called from CI/CD pipelines after a successful
build.
Usage
Flags
| Flag | Required | Description |
|---|---|---|
--workspace | Yes | Workspace name or ID |
--deployment | Yes | Deployment ID |
--tag | Yes | Unique version identifier |
--name | No | Human-readable version name |
--metadata | No | Key-value metadata (repeatable) |
Example
--tag updates the
existing version rather than creating a duplicate.
Next Steps
CI/CD Integration
Full CI/CD setup guide
CLI Overview
All CLI commands