Back to Beads

bd q

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

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

Generated from bd help --doc q

bd q

Quick capture creates an issue and outputs only the issue ID. Designed for scripting and AI agent integration.

Example: bd q "Fix login bug" # Outputs: bd-a1b2 ISSUE=$(bd q "New feature") # Capture ID in variable bd q "Task" | xargs bd show # Pipe to other commands

bd q [title] [flags]

Flags:

  -l, --labels strings    Labels
  -p, --priority string   Priority (0-4 or P0-P4) (default "2")
  -t, --type string       Issue type (default "task")