Equo CLI

Usage:
  equo [flags]
  equo [command]

Available Commands:
  compile     Compiles an Equo Application
  completion  Generate the autocompletion script for the specified shell
  create      Creates an Equo Application
  debug       Debug an Equo Application
  help        Help about any command
  run         Runs an Equo Application

Flags:
  -h, --help       help for equo
      --no-color   Disable color
      --silent     Silent mode
  -v, --version    version for equo

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

compile

Compiles an Equo Application

Usage:
  equo compile [flags]

Flags:
  -h, --help   help for compile

Global Flags:
      --no-color   Disable color
      --silent     Silent mode

completion

Generate the autocompletion script for equo for the specified shell. See each sub-command’s help for details on how to use the generated script.

Usage:
  equo completion [command]

Available Commands:
  bash        Generate the autocompletion script for bash
  fish        Generate the autocompletion script for fish
  powershell  Generate the autocompletion script for powershell
  zsh         Generate the autocompletion script for zsh

Flags:
  -h, --help   help for completion

Global Flags:
      --no-color   Disable color
      --silent     Silent mode

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

create

Creates an Equo Application

Usage:
  equo create [flags]

Flags:
  -h, --help         help for create
      --no-install   Don't install dependencies after creation

Global Flags:
      --no-color   Disable color
      --silent     Silent mode

debug

Debug an Equo Application

Usage:
  equo debug [path] [flags]

Flags:
      --chromium.port int   Port used to serve the UI under development mode
  -h, --help                help for debug
      --java.port int       Port used for remote Java debugging (default 8000)
      --no-build            Don't build the web project before running
      --no-install          Don't install dependencies before running
      --suspend             Defines whether the JVM should suspend and wait for a debugger to attach or not

Global Flags:
      --no-color   Disable color
      --silent     Silent mode

help

Help provides help for any command in the application. Simply type equo help [path to command] for full details.

Usage:
  equo help [command] [flags]

Flags:
  -h, --help   help for help

Global Flags:
      --no-color   Disable color
      --silent     Silent mode

run

Runs an Equo Application

Usage:
  equo run [path] [flags]

Flags:
  -h, --help         help for run
      --no-build     Don't build the web project before running
      --no-install   Don't install dependencies before running

Global Flags:
      --no-color   Disable color
      --silent     Silent mode