create-thread

Create a repo thread. Use --body - to read the body from stdin.

Examples

ghit-cli create-thread website \
  --title "Investigate lazy diff loading" \
  --kind bug \
  --body "Capture a deterministic repro"

printf '%s\n' "Long markdown body" | \
  ghit-cli create-thread website \
    --title "Git auth plan" \
    --kind discussion \
    --body - \
    --status open \
    --priority now