Skip to content

start

canasta start

Start the Canasta installation

Synopsis

Start the Docker containers for a Canasta installation. If the installation was created with development mode, it starts with Xdebug enabled by default. Use --dev to enable or --no-dev to disable development mode at start time.

canasta start [flags]

Examples

  # Start an installation by ID
  canasta start -i myinstance

  # Start with development mode enabled
  canasta start -i myinstance -D

  # Start with development mode disabled
  canasta start -i myinstance --no-dev

Options

Flag Shorthand Description Default
--dev -D Start in development mode with Xdebug (Compose only)
--help -h help for start
--id -i Canasta instance ID
--no-dev `` Start without development mode (disable dev mode) (Compose only)

Options inherited from parent commands

Flag Shorthand Description Default
--verbose -v Verbose output

SEE ALSO

  • canasta - A CLI tool for Canasta installations.