prb task command reference
Command reference for 12 commands under prb task, showing full usage, accepted flags, and a link to the exact CLI implementation source
Manage tasks. This page documents 12 commands under prb task.
Run any command with --help to inspect the flags, accepted values, and examples provided by your installed version. Return to the complete CLI command reference to browse another command.
| Command | Description | Usage | Source |
|---|---|---|---|
prb task | Manage tasks. | prb task <command> | View implementation |
prb task comment | Manage task comments. | prb task comment <command> | View implementation |
prb task comment create | Add a comment to a task. | prb task comment create | View implementation |
prb task comment delete | Delete a task comment. | prb task comment delete <id> | View implementation |
prb task comment list | List comments on a task. | prb task comment list | View implementation |
prb task comment update | Update a task comment. | prb task comment update <id> | View implementation |
prb task comment view | View a task comment. | prb task comment view <id> | View implementation |
prb task create | Create a new task. | prb task create | View implementation |
prb task delete | Delete a task. | prb task delete <id> | View implementation |
prb task list | List tasks in an organization. | prb task list | View implementation |
prb task update | Update a task. | prb task update <id> | View implementation |
prb task view | View a task. | prb task view <id> | View implementation |