Back to Beads

bd comment

docs/cli-reference/comment.md

1.2.1469 B
Original Source

Generated from bd help --doc 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