Creating from the CLI
Creating a Scenario
Command
stoobly-agent scenario create --description "<DESCRIPTION>" "<NAME>"
Options
To see more options for the command:
$ stoobly-agent scenario create --help
Usage: stoobly-agent scenario create [OPTIONS] NAME
Create a scenario
Options:
--description TEXT Scenario description.
--select TEXT Select column(s) to display.
--without-headers Disable printing column headers.
-h, --help Show this message and exit.
This command has additional flags such as --select COLUMN
and --without-headers
to customize the stdout displayed after the command gets run. This is useful for programmatic usage such as in CI pipelines.
Last updated
Was this helpful?