GitHub CLI 2.31.0
What's New
- New suite of
projectcommands for interacting with and manipulating projects. Huge shoutout 🥳 for the time and effort put into this work by @mntlty in #7375 #7578 - New
search codecommand by @joshkraft in #7376 - New
cs viewcommand by @dmgardiner25 in #7496 #7539
What's Changed
api: output a single JSON array in REST pagination mode by @mislav in #7190api: support array params in GET queries by @mislav in #7513api: force method to uppercase by @ffalor in #7514alias: Allow aliases to recognize extended commands by @srz-zumix in #7523alias import: Fix--clobberflag by @samcoe in #7569run rerun: Improve docs around--jobflag by @williammartin in #7527run view: Support viewing logs for jobs with composite actions by @williammartin in #7526gist edit: Add selector option togist editcommand by @kousikmitra in #7537repo clone: Set upstream remote to track all branches after initial fetch by @samcoe in #7542extension: Speed up listing extensions by lazy-loading extension information when needed by @mislav in #7493auth: Add timeouts to keyring operations by @samcoe in #7580auth status: write to stdout on success by @rajhawaldar in #7540completion: Fix bash completions for extensions and aliases by @mislav in #7525issue/pr view: alphabetically sort labels forgh pr/issue viewby @ffalor in #7587- Fix error handling for extension and shell alias commands by @samcoe in #7567
- Fix pkg imported more than once by @testwill in #7591
- Refactor a nested if statement by @yanskun in #7596
- Fix a typo by @lerocknrolla in #7557
- Fix flaky test by @samcoe in #7515
- Credential rotations, renames and decouplings from Mislav by @williammartin in #7544
- build(deps): bump github.com/cli/go-gh/v2 from 2.0.0 to 2.0.1 by @dependabot in #7546
- build(deps): bump github.com/AlecAivazis/survey/v2 from 2.3.6 to 2.3.7 by @dependabot in #7576
New Contributors
- @srz-zumix made their first contribution in #7523
- @lerocknrolla made their first contribution in #7557
- @testwill made their first contribution in #7591
- @rajhawaldar made their first contribution in #7540
Full Changelog: v2.30.0...v2.31.0