Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Initialization
To add the Breeze environment variables to the shell, run the following command as root/Administrator:
...
adds the
BREEZE_HOME_DIR
environment variableadds the path to the Ruby directory to the
PATH
environment variableloads the Breeze configuration settings
loads 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
...
-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 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 |