Overview
Ancla CLI — manage your Ancla PaaS deployments
Synopsis
Section titled “Synopsis”Ancla CLI is a command-line client for the Ancla deployment platform. It communicates with the Ancla API to manage workspaces, projects, environments, services, builds, deploys, and configuration.
Options
Section titled “Options” --api-key string API key for authentication --config string config file (default: ~/.ancla/config.yaml) -h, --help help for ancla --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 builds - Manage builds
- ancla cache - Manage the service’s cache (Redis, etc.)
- ancla completion - Generate shell completion script
- ancla config - Manage configuration variables
- ancla dbshell - Open an interactive database shell for the service
- ancla deploys - Manage deploys
- ancla docs - Open Ancla documentation in your browser
- ancla down - Scale all processes to 0 for a service
- ancla envs - Manage environments
- ancla init - Link this directory to an Ancla workspace/project/env/service
- ancla link - Associate this directory with a workspace, project, env, or service
- ancla list - List all your projects grouped by workspace
- ancla login - Authenticate with the Ancla server
- ancla logs - Show logs for the linked service’s latest deployment
- ancla open - Open the Ancla dashboard in your browser
- ancla projects - Manage projects
- ancla run - Run a local command with the service’s config vars injected
- ancla services - Manage services
- ancla settings - Manage CLI settings (~/.ancla/config.yaml)
- ancla shell - Open an interactive shell in a running container
- ancla ssh - Open an SSH session to a running container
- ancla status - Show status of the linked workspace/project/env/service
- ancla unlink - Remove the directory link to a workspace/project/env/service
- ancla version - Show CLI version
- ancla whoami - Show the current authenticated user
- ancla workspaces - Manage workspaces