Skip to main content
Version: 1.0.0

bd comment

Generated from bd help --doc comment

bd comment

Add a comment to an issue.

Shorthand for 'bd comments add <id> "text"'.

Examples: bd comment bd-123 "Working on this now" bd comment bd-123 Working on this now echo "comment from pipe" | bd comment bd-123 --stdin bd comment bd-123 --file notes.txt

bd comment <id> [text...] [flags]

Flags:

--file string Read comment text from file
--stdin Read comment text from stdin