Skip to content

deploys

Manage deploys

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.

ancla deploys list my-ws/my-proj/staging/my-svc
ancla deploys get <deploy-id>
ancla deploys log <deploy-id>
-h, --help help for deploys
--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 output