shell
ancla shell
Section titled “ancla shell”Open an interactive shell in a running container
Synopsis
Section titled “Synopsis”Open an interactive shell session in a running service container.
Uses the linked context or an explicit ws/proj/env/svc path. Unlike ssh, this command uses the platform exec API directly and does not require SSH keys.
ancla shell [ws/proj/env/svc] [flags]Examples
Section titled “Examples” ancla shell ancla shell my-ws/my-proj/staging/my-svc ancla shell -p worker ancla shell -c /bin/bashOptions
Section titled “Options” -c, --command string Command to execute in the container (default "/bin/sh") -h, --help help for shell -p, --process string Process type to connect to (default "web")Options 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