commands.sh

bd

all

A lightweight memory system and git-backed issue tracker for AI coding agents.

More info →

Options (5)

-d, --descriptionboolean

Create a new issue with description, priority, and type

Example: bd create {{issue_title}} {{[-d|--description]}} {{description}} {{[-p|--priority]}} {{1}} {{[-t|--type]}} {{bug|feature|task|epic|chore}}
-p, --priorityboolean

Create a new issue with description, priority, and type

Example: bd create {{issue_title}} {{[-d|--description]}} {{description}} {{[-p|--priority]}} {{1}} {{[-t|--type]}} {{bug|feature|task|epic|chore}}
-t, --typeboolean

Create a new issue with description, priority, and type

Example: bd create {{issue_title}} {{[-d|--description]}} {{description}} {{[-p|--priority]}} {{1}} {{[-t|--type]}} {{bug|feature|task|epic|chore}}
-s, --statusboolean

Update an issue status

Example: bd update {{issue_id}} {{[-s|--status]}} {{open|in_progress|blocked|closed}}
-h, --helpboolean

Display help

Example: bd {{[-h|--help]}}

Examples (8)

Initialize a project database

Create a new issue with description, priority, and type

bd create issue_title [-d|--description] description [-p|--priority] 1 [-t|--type] bug|feature|task|epic|chore

List all issues

bd list

Show issues ready to work on (no blockers)

bd ready

Display details of a specific issue

bd show issue_id

Update an issue status

bd update issue_id [-s|--status] open|in_progress|blocked|closed

Manually sync changes and import latest from git

Display help

bd [-h|--help]
made by @shridhargupta | data from tldr-pages