deploys
ancla deploys
Section titled “ancla deploys”Manage deploys
Synopsis
Section titled “Synopsis”Manage deploys for your services.
Deploys represent the rollout of a build to your infrastructure. Each deploy tracks its progress and can be inspected for status, errors, and logs. Use sub-commands to list deploys, view details, or stream deploy logs.
Examples
Section titled “Examples” ancla deploys list my-ws/my-proj/staging/my-svc ancla deploys get <deploy-id> ancla deploys log <deploy-id>Options
Section titled “Options” -h, --help help for deploysOptions inherited from parent commands
Section titled “Options inherited from parent commands” --api-key string API key for authentication --config string config file (default: ~/.ancla/config.yaml) --json Shorthand for --output json -o, --output string Output format: table or json (default "table") -q, --quiet Suppress non-essential outputSEE ALSO
Section titled “SEE ALSO”- ancla - Ancla CLI — manage your Ancla PaaS deployments
- ancla deploys get - Get deploy details
- ancla deploys list - List deploys for a service
- ancla deploys log - Show deploy log