Created
February 8, 2023 12:43
-
-
Save tzach/7ce59909390ef8ad284ca15e153e4296 to your computer and use it in GitHub Desktop.
extract issue title and url in one line
This file contains 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 api -H "Accept: application/vnd.github+json" /repos/scylladb/scylladb/issues/10121 -q ."title",."url" | paste -d " " - - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment