Skip to content

Instantly share code, notes, and snippets.

@tzach
Created February 8, 2023 12:43
Show Gist options
  • Save tzach/7ce59909390ef8ad284ca15e153e4296 to your computer and use it in GitHub Desktop.
Save tzach/7ce59909390ef8ad284ca15e153e4296 to your computer and use it in GitHub Desktop.
extract issue title and url in one line
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