trigger
Usage
Usage: prism create trigger [-h] --type TYPE [--full-tb] [-l]
Create a triggers YML file at the TRIGGERS_YML_PATH in `prism_project.py`.
Options:
-h, --help show this help message and exit
Subcommand Options:
--type TYPE Trigger type. As of now, only acceptable value is `function`
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
Required arguments
Optional arguments
Last updated