AI agents: fetch the documentation index at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.
Command Reference
Reference the supported Done Bear CLI command groups, global flags, and common workflows.
This reference lists the public CLI command groups and the flags you can rely on today. Use it when you already know what you want to do and need the exact command shape.
Global flags
These flags work at the root level:
| Flag | Purpose |
|---|---|
--json | Output machine-readable JSON |
--format | Choose text, json, csv, or tsv |
--copy | Copy the result to the clipboard |
--total | Print only the count |
--token | Override auth for one command |
--api-url | Override the API base URL |
--debug | Enable debug logging |
--no-color | Disable ANSI colors |
Workspace targeting
The CLI supports both explicit workspace flags and the workspace prefix shortcut:
donebear task list --workspace personal --json
donebear workspace=personal task list --json