veirox todo

Manage action items

Synopsis

veirox todo <subcommand> [args] [flags]

Description

Manage action items

Subcommands

CommandDescription
veirox todo countCount action items matching the filter
veirox todo done <todo-id>Resolve an action item
veirox todo info <todo-id>Show one action item
veirox todo listList action items
veirox todo newCreate a new action item
veirox todo rm <todo-id>Delete an action item
veirox todo update <todo-id>Update an action item

veirox todo count

Count action items matching the filter

FlagTypeDefaultDescription
--contextstringfilter by context tag
--prioritystringfilter by priority
--searchstringsearch text
--statusstringfilter by status
veirox todo count --status open

veirox todo done <todo-id>

Resolve an action item

veirox todo done <uuid>

veirox todo info <todo-id>

Show one action item

veirox todo info <uuid>

veirox todo list

List action items

FlagTypeDefaultDescription
--contextstringfilter by context tag
--limitint0page size
--offsetint0pagination offset
--prioritystringfilter by priority (low | medium | high)
--searchstringsearch text
--statusstringfilter by status (open | resolved | dismissed)
veirox todo list --status open --priority high

veirox todo new

Create a new action item

FlagTypeDefaultDescription
--prioritystringmediumpriority (low | medium | high)
--statusstringopeninitial status
--titlestringaction item title
veirox todo new --title 'rotate prod creds' --priority high

veirox todo rm <todo-id>

Delete an action item

FlagTypeDefaultDescription
--yesboolfalseconfirm deletion
veirox todo rm <uuid> --yes

veirox todo update <todo-id>

Update an action item

FlagTypeDefaultDescription
--prioritystringnew priority
--statusstringnew status
--titlestringnew title
veirox todo update <uuid> --status open --priority high

Exit codes

CodeMeaning
0Success.
1Generic error (network, API 5xx).
2Validation error (bad flag, missing required arg).
3Unauthenticated — run veirox login or set VEIROX_API_KEY.
4Not found (resource does not exist in this project).
5Permission denied (your role / API key lacks the scope).

See also