builds
ancla builds
Section titled “ancla builds”Manage builds
Synopsis
Section titled “Synopsis”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.
Examples
Section titled “Examples” ancla builds list my-ws/my-proj/staging/my-svc ancla builds trigger my-ws/my-proj/staging/my-svcOptions
Section titled “Options” -h, --help help for buildsOptions 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 builds list - List builds for a service
- ancla builds log - Show build log
- ancla builds trigger - Trigger a build for a service