apply
Usage
Usage: prism agent apply [-h] -f FILE [--full-tb] [-l]
Build your agent using a configuration YML
Options:
-h, --help show this help message and exit
Subcommand Options:
-f, --file FILE Path to agent configuration YML
General Options:
--full-tb Display the full traceback for errors in the project; default is False
-l, --log-level Log level, must be one of `info`, `warn`, `error`, or `debug`. Default is `info`Example
Last updated