Skip to content

builds

Manage builds

Manage builds for a service.

Builds are created from your service source code. Each build produces a new versioned artifact that can be deployed. Use sub-commands to list builds, trigger a new build, or view build logs.

ancla builds list my-ws/my-proj/staging/my-svc
ancla builds trigger my-ws/my-proj/staging/my-svc
-h, --help help for builds
--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