services
ancla services
Section titled “ancla services”Manage services
Synopsis
Section titled “Synopsis”Manage services within a project environment.
Services are the deployable units in Ancla. Each service belongs to a workspace/project/environment and has its own builds, deploys, and configuration. Use sub-commands to list, inspect, deploy, and scale your services.
Examples
Section titled “Examples” ancla services list my-ws/my-proj/staging ancla services get my-ws/my-proj/staging/my-svc ancla services deploy my-ws/my-proj/staging/my-svcOptions
Section titled “Options” -h, --help help for servicesOptions 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 services deploy - Trigger a full deploy for a service
- ancla services get - Get service details
- ancla services list - List services in an environment
- ancla services scale - Scale service processes
- ancla services status - Show pipeline status for a service