canasta sidecar
From Canasta Wiki
canasta > sidecar
canasta sidecar
Manage app sidecars for a Canasta instance
Synopsis
Declare and manage app sidecars — companion services the wiki talks
to (e.g. a cache or a parsing service) — in config/sidecars.yaml.
Sidecars are declared once and deploy the same way on Docker Compose
and Kubernetes. Subcommands add, list, and remove sidecar
declarations; run canasta restart to apply. For richer sidecars
(mounted config files, dependencies, healthchecks), edit
config/sidecars.yaml directly.
Subcommands
This command requires a subcommand:
- add — Add an app sidecar to config/sidecars.yaml
- list — List app sidecars declared for a Canasta instance
- remove — Remove an app sidecar from config/sidecars.yaml
Global flags
| Flag | Shorthand | Description | Default | Required | Orchestrator |
|---|---|---|---|---|---|
--help |
-h |
Show help message and exit | Both | ||
--verbose |
-v |
Enable verbose output | Both |