Back to Beads

bd comment

website/versioned_docs/version-1.0.0/cli-reference/comment.md

1.0.4529 B
Original Source
<!-- AUTO-GENERATED: do not edit manually -->

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