List tasks.
cpm task list [options]
Options:
-a, --assigned
: Only get tasks assigned to the current user.Select a task from the list.
cpm task select [options]
Options:
-a, --assigned
: Only get tasks assigned to the current user.Outputs:
id
: Task ID.title
: Task title.status
: Task status.Get a task with ID.
cpm task get <id>
Arguments:
id
: ID of the task.Outputs:
id
: Task ID.title
: Task title.status
: Task status.Update task status.
cpm task status <id> <status>
Arguments:
id
: ID of the task.status
: New status of the task.