canasta skin enable
From Canasta Wiki
canasta skin enable
Enable a Canasta skin
Synopsis
Enable one or more Canasta skins by name. Multiple skins can be specified as a comma-separated list. Use the --wiki flag to enable a skin for a specific wiki only.
After enabling, update.php is automatically run to apply any required database changes. Use --skip-update to skip this step.
canasta skin enable SKIN1,SKIN2,... [flags]
Examples
# Enable a single skin
canasta skin enable Timeless -i myinstance
# Enable a skin for a specific wiki
canasta skin enable Timeless -i myinstance -w docs
# Enable without running update.php
canasta skin enable Timeless -i myinstance --skip-update
Flags
| Flag | Shorthand | Description | Default | Required |
|---|---|---|---|---|
--help |
-h |
help for enable | ||
--skip-update |
Skip running update.php after enabling | |||
--id |
-i |
Canasta instance ID | instance associated with current directory | |
--verbose |
-v |
Verbose output | ||
--wiki |
-w |
ID of the specific wiki within the Canasta farm |