Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Initialization
To add the Breeze environment variables to the shell, run the following command as root/Administrator:
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:
adds add the
BREEZE_HOME_DIR
environment variableadds add the path to the Ruby directory to the
PATH
environment variableloads load the Breeze configuration settings
loads load Bash completions if enabled (for Bash only)
Synopsis
Code Block |
---|
breeze <subcommand> [options] |
Use breeze help <subcommand>
for information on a specific subcommand.
Global options
--client-certificate <file>
- path to the certificate
...
--log-file <file>
- path to th the log file
--server-url <url>
- Breeze server URL
-v
, --verbose
, --no-verbose
- verbose mode
Subcommands
env
Description
Shows Breeze environment variables.
Example
Code Block |
---|
breeze env |
help
Description
Describes available commands or one specific command.
Example
Code Block |
---|
breeze help run |
run
Description
Runs the Breeze agent.
Options
-l
, --local-mode
, --no-local-mode
- local mode
...
-t
, --timeout [seconds]
- timeout
Examples
Runs the agent in verbose mode with no timeout:
...
Code Block |
---|
breeze run --no-color --log-file /path/to/log/file |
scheduler
Description
Configure Configures the system scheduler service.
Subcommands
enable
enables Breeze scheduled taskdisable
disables Breeze scheduled task
Examples
Code Block |
---|
breeze scheduler enable --verbose |
Code Block |
---|
breeze scheduler disable |
status
Description
Shows the agent status.
Options
--retries <number>
- number of attempts to determine the status of the agent
Example
Code Block |
---|
breeze status |
troubleshoot
Description
Troubleshoots the agent.
Examples
Code Block |
---|
breeze troubleshoot |
Code Block |
---|
breeze troubleshoot -v |
upgrade
Description
Upgrades the agent.
Options
--to-version <version>
- upgrade to a specific version
Examples
Code Block |
---|
breeze upgrade |
Code Block |
---|
breeze upgrade --to-version 3.0.2 |
version
Description
Shows the agent version.
Example
Code Block |
---|
breeze version |