Overview of the Command Line Interface (CLI)
The ursactl
CLI organizes activies by verb and then noun. For example:
% ursactl list projects
Not all verbs work with all nouns. Some verbs (e.g., list) take the plural form of the noun.
create | delete | get | list | refresh | run | show | update | |
---|---|---|---|---|---|---|---|---|
agent | ✅ | ✅ | ✅ | ✅ | ||||
dataset | ✅ | ✅ | ✅ | ✅ | ||||
generator | ✅ | ✅ | ✅ | ✅ | ||||
package | ✅ | ✅ | ✅ | |||||
pipeline | ✅ | ✅ | ✅ | ✅ | ✅ | |||
pipeline-run | ✅ | |||||||
project | ✅ | ✅ | ✅ | |||||
running-agent | ✅ | |||||||
token | ✅ | ✅ | ||||||
transform | ✅ | ✅ | ✅ | ✅ |
Some other verbs are init
, send
, stop
, and sync
.