Options (5)
-d, --descriptionbooleanCreate 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, --prioritybooleanCreate 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, --typebooleanCreate 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, --statusbooleanUpdate an issue status
Example:
bd update {{issue_id}} {{[-s|--status]}} {{open|in_progress|blocked|closed}}-h, --helpbooleanDisplay help
Example:
bd {{[-h|--help]}}Examples (8)
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|choreList all issues
bd listShow issues ready to work on (no blockers)
bd readyDisplay details of a specific issue
bd show issue_idUpdate an issue status
bd update issue_id [-s|--status] open|in_progress|blocked|closedDisplay help
bd [-h|--help]made by @shridhargupta | data from tldr-pages