Last active
October 26, 2022 06:49
-
-
Save khaliqgant/64248c4913bd7e25056f28c32061b03b to your computer and use it in GitHub Desktop.
[Github CLI Create Issue] Create An Issue Using The Github CLI #github #cli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gh issue create --title "My new issue" --body "Here are more details." --assignee @khaliqgant --project "Web Development Sprint" | |
# the cli only supports classic projects for now: https://github.com/cli/cli/issues/4547 | |
# docs: https://cli.github.com/manual/gh_issue_create |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment