Overview
Create, read, update, and delete items (tickets / tasks).Verbs
| Verb | Description |
|---|---|
create | Create a new item. |
get | Fetch a single item by id. |
list | List items, optionally filtered by container/board. |
update | Update an existing item. |
delete | Delete an item. |
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.