GH-DISCUSSION-CREATE(1) GitHub CLI manual GH-DISCUSSION-CREATE(1) (NAME) gh-discussion-create - (SYNOPSIS) gh discussion create [flags] (DESCRIPTION) . --title --body ( --body-file) --category . . (OPTIONS) -b, --body -F, --body-file ( - ) -c, --category (slug) -l, --label -R, --repo <[HOST/]OWNER/REPO> [HOST/]OWNER/REPO -t, --title (EXIT CODES) 0: 1: 2: 4: : . . (EXAMPLES) # $ gh discussion create # $ gh discussion create --title "My question" --category "Q&A" --body "Details here" (SEE ALSO) gh-discussion(1) Sep 2026 GH-DISCUSSION-CREATE(1)