App
usage: pum app [-h][-p PARAMETER PARAMETER] {create,drop,recreate}
positional arguments:
{create,drop,recreate}: Action to perform: create (run create_app handlers), drop (run drop_app handlers), recreate (run drop then create)
options:
-h, --help: show this help message and exit-p PARAMETER PARAMETER, --parameter PARAMETER PARAMETER: Assign variable for running SQL handlers. Format is name value.