Using GuardMode Agent Command Line
GuardMode Agent exposes a command line interface (CLI) that can be used to modify its configuration and behavior.
To use GuardMode Agent CLI, navigate to the directory where GuardMode Agent is installed and locate executable files. On Windows, this file is named Catalogic.GuardMode.Agent.exe
and on Linux, it is Catalogic.GuardMode.Agent
.
All top-level commands are listed when running the below:
.\Catalogic.GuardMode.Agent.exe --help
./Catalogic.GuardMode.Agent --help
To get help for a specific subcommand or a group of commands, run the command with the --help
flag, for example:
.\Catalogic.GuardMode.Agent.exe config --help
./Catalogic.GuardMode.Agent --help
To see all required parameters and the description of a command, run the command with the --help
flag, for example:
.\Catalogic.GuardMode.Agent.exe config add notification-provider dpx --help
./Catalogic.GuardMode.Agent config add notification-provider dpx --help
Last updated