Overview
Workflow processes — states, transitions, fields.Verbs
| Verb | Description |
|---|---|
list | List all processes. |
get | Fetch a single process by id. |
create | Create a new process (body via —data @file.json). |
update | Update a process (id positional, body via —data). |
delete | Delete a process. |
stats | Item counts grouped by process. |
Detailed help
Runekso directly to see flags and arguments — --help reflects the binary you have installed.
See also
- CLI overview
- Authentication
- Configuration
- API Reference — the underlying HTTP routes.