canasta gitops pull
From Canasta Wiki
canasta gitops pull
Pull latest configuration from the git repository
Synopsis
Pull the latest configuration from the remote repository, update submodules, render .env and admin password files from the template and host vars, and report what changed and whether a restart is needed.
canasta gitops pull [flags]
Examples
canasta gitops pull
Flags
| Flag | Shorthand | Description | Default | Required | Orchestrator |
|---|---|---|---|---|---|
--id |
-i |
Canasta instance ID | * | Both | |
--ssh-key |
Path to an SSH private key for git network operations. When set, git runs with GIT_SSH_COMMAND="ssh -i <ssh-key> ...". Omit to keep the default: ssh-agent forwarding on Compose, or the staged deploy key on Kubernetes. | Both |
* Defaults to the Canasta instance matching the current directory, if any.
Global flags
| Flag | Shorthand | Description | Default | Required | Orchestrator |
|---|---|---|---|---|---|
--help |
-h |
Show help message and exit | Both | ||
--verbose |
-v |
Enable verbose output | Both |