Skip to content

enable

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.

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

Options

Flag Shorthand Description Default
--help -h help for enable

Options inherited from parent commands

Flag Shorthand Description Default
--id -i Canasta instance ID
--verbose -v Verbose Output
--wiki -w ID of the specific wiki within the Canasta farm

SEE ALSO