Command line interface
A subset of the functionality of the Python API is made available via a command-line interface (CLI).
The CLI executable is called nom
, and installed when you do pip install nominal
.
Before using the CLI, ensure that it is authenticated with a recent token, which you can generate from your profile page:
Currently, the CLI has commands for manipulating attachments, datasets, and runs:
To find out more about each command, run it with --help
: