Back to Beads

bd note

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

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

Generated from bd help --doc note

bd note

Append a note to an issue's notes field.

Shorthand for 'bd update <id> --append-notes "text"'.

Examples: bd note gt-abc "Fixed the flaky test" bd note gt-abc Fixed the flaky test echo "note from pipe" | bd note gt-abc --stdin bd note gt-abc --file notes.txt

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

Flags:

      --file string   Read note text from file
      --stdin         Read note text from stdin