github cli/cli v2.79.0
GitHub CLI 2.79.0

19 hours ago

Advanced Issue Search Support

The GitHub CLI now supports advanced issue search syntax using:

  • Searching issues: gh search issues <advanced issue search query>
  • Searching pull requests: gh search prs <advanced issue search query>
  • While listing issues: gh issue list --search <advanced issue search query>
  • While listing pull requests: gh pr list --search <advanced issue search query>

For more information about advanced issue search syntax, see: "Filtering and Searching Issues and Pull Requests"

Copy OAuth Code Automatically

The GitHub CLI now supports writing the OAuth one-time pass code to the clipboard automatically during authentication:

  • While logging in: gh auth login --clipboard / gh auth login -c
  • While refreshing the token: gh auth refresh --clipboard / gh auth refresh -c

What's Changed

✨ Features

  • feat: gh auth Automatically copy one-time OAuth code to clipboard by @ankddev in #11518
  • feat: add support for --ref in gh cache delete by @luxass in #11592
  • Use advanced issue search by @babakks in #11638

📚 Docs & Chores

  • docs(release create): difference --generate-notes and --notes-from-tag by @ankddev in #11534
  • refactor tests: use slices.Equal to simplify code by @minxinyi in #11364
  • Remove mention of public preview in trustedroot.go by @jkylekelly in #11652

Dependencies

New Contributors

Full Changelog: v2.78.0...v2.79.0

Don't miss a new cli release

NewReleases is sending notifications on new releases.