CLI:Canasta extension enable
From canasta
canasta extension enable
Enable a Canasta extension
Synopsis
Enable one or more Canasta extensions by name. Multiple extensions can be specified as a comma-separated list. Use the --wiki flag to enable an extension 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 extension enable EXTENSION1,EXTENSION2,... [flags]
Examples
# Enable a single extension canasta extension enable VisualEditor -i myinstance # Enable multiple extensions at once canasta extension enable VisualEditor,Cite,ParserFunctions -i myinstance # Enable an extension for a specific wiki canasta extension enable VisualEditor -i myinstance -w docs # Enable without running update.php canasta extension enable VisualEditor -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 |