Development

Canasta: Using Canasta > All commands

Canasta has a commmand-line interface (CLI) for creating and running wikis.

The following are all the commands available via the CLI, i.e. the output of the Canasta CLI help printout:

A CLI tool to create, import, start, stop and backup multiple Canasta installations

Usage:
  canasta [flags]
  canasta [command]

Available Commands:
  add         Add a new wiki to a Canasta instance
  create      Create a Canasta installation
  delete      Delete a Canasta installation
  extension   Manage Canasta extensions
  help        Help about any command
  import      Import a wiki installation
  list        List all Canasta installations
  maintenance Use to run update and other maintenance scripts
  remove      remove a new wiki from a Canasta instance
  restart     Restart the Canasta installation
  restic      Use restic to backup and restore Canasta
  skin        Manage Canasta skins
  start       Start the Canasta installation
  stop        Shuts down the Canasta installation
  upgrade     Upgrade a Canasta installation to the latest version
  version     Show the Canasta version

Flags:
  -d, --docker-path string   path to docker
  -h, --help                 help for canasta
  -v, --verbose              Verbose output

Use "canasta [command] --help" for more information about a command.

Many, though not all, of these commands are covered in the other sections.