Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Linux/macOS:

    Code Block
    . /opt/cloudaware/breeze/bin/env.sh
    breeze help
  • Windows (Command Prompt):

    Code Block
    call C:\\"Program Files"\\Cloudaware\\Breeze\\bin\\env.cmd
    breeze help

This command will:

  1. adds add the BREEZE_HOME_DIR environment variable

  2. adds add the path to the Ruby directory to the PATH environment variable

  3. loads load the Breeze configuration settings

  4. loads load Bash completions if enabled (for Bash only)

...

--log-file <file> - path to th the log file

--server-url <url> - Breeze server URL

...

Code Block
breeze run --no-color --log-file /path/to/log/file

scheduler

Description

Configure Configures the system scheduler service.

...