canasta skin remove
From canasta
canasta skin remove
Remove a previously added non-bundled skin
Synopsis
Undo canasta skin add: disables the skin in the global and every wiki's settings.yaml, deletes its directory from the instance's skins/ directory (on a gitops instance, deinit and unregister the submodule and clean up .git/modules), unregisters its composer.json from config/composer.local.json and re-runs composer update --no-dev, commits the removal (gitops), and starts the containers if they are stopped.
Names not present under skins/ are reported and skipped. Run canasta gitops push afterwards to distribute a gitops removal to other hosts.
canasta skin remove [flags] NAMES
Examples
canasta skin remove Citizen
canasta skin remove Citizen,Columbia
Arguments
| Argument | Description | Default | Required | Orchestrator |
|---|---|---|---|---|
NAMES |
Comma-separated skin names | ✓ | Both |
Flags
| Flag | Shorthand | Description | Default | Required | Orchestrator |
|---|---|---|---|---|---|
--id |
-i |
Canasta instance ID | * | 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 |