canasta sidecar
From canasta
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, and migrate legacy docker-compose.override.yml sidecars into the schema; 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 app sidecar(s) to config/sidecars.yaml from a YAML file
- list — List app sidecars declared for a Canasta instance
- migrate — Migrate docker-compose.override.yml sidecars to config/sidecars.yaml
- 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 |