canasta install
From Canasta Wiki
canasta > install
canasta install
Install dependencies on the target host
Synopsis
Install one or more dependencies on the target host. Supported packages: docker, k8s, git-crypt. k8s installs kubectl, helm, and k3s. Multiple packages can be specified in a single command.
canasta install [flags]
Examples
canasta install docker
canasta install k8s
canasta install docker git-crypt
canasta install docker --host prod1.example.com
Flags
| Flag | Shorthand | Description | Default | Required | Orchestrator |
|---|---|---|---|---|---|
--host |
-H |
Target host (default: localhost) | Both | ||
--packages |
Dependencies to install (docker, k8s, git-crypt) | ✓ | Both |
Global Flags
| Flag | Shorthand | Description | Default | Required | Orchestrator |
|---|---|---|---|---|---|
--help |
-h |
Show help message and exit | Both | ||
--verbose |
-v |
Enable verbose output | Both |