Skip to content

GitHub CLI 1.14.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 14:20
· 6952 commits to trunk since this release
95a515e

Features

  • Improve shell completion #4028

    • Enable --json flag completion with multiple comma-separated fields
    • Add completion for repo create --gitignore flag
    • Add completion for repo create --license flag
    • Switch to Cobra's improved bash completion with descriptions
    • Enable descriptions in PowerShell completion #4085
    • Add completion of -R/--repo flag based on available git remotes #3942
  • Add pr merge --admin flag to allow admins to force-merge a pull request #4071

Fixes

  • Fix authenticating with GH_ENTERPRISE_TOKEN and GH_HOST environment variables #4019

  • Fix labels display in issue list output #4079

  • Fix printing certain GraphQL errors #4087