mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 03:52:56 +00:00
Update cheatsheets
This commit is contained in:
41
tldr/bd
Normal file
41
tldr/bd
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# bd
|
||||
|
||||
> A lightweight memory system and git-backed issue tracker for AI coding agents.
|
||||
> More information: <https://github.com/steveyegge/beads#usage>.
|
||||
|
||||
- Initialize a project database:
|
||||
|
||||
`bd init`
|
||||
|
||||
- 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:
|
||||
|
||||
`bd sync`
|
||||
|
||||
- Display help:
|
||||
|
||||
`bd {{[-h|--help]}}`
|
||||
Reference in New Issue
Block a user