This repository was archived by the owner on Apr 16, 2023. It is now read-only.
GitHub CLI nightly 2.25.0
Pre-release
Pre-release
Nightly build of the unofficial snap of GitHub CLI.
Changelog
- 88cae9f5 Support ext install --force (#7173)
- 0b9b1f71 use Prompter for
pkg/cmd/repo/archive
(#7083) - 9d10439e Merge pull request #7195 from jongwooo/chore/replace-deprecated-command-with-environment-file
- 3a89f14d Replace deprecated command with environment file
- 9596fd53 Skip checking keyring for token in certain scenarios (#7169)
- d9051658 Bump actions/setup-go from 3 to 4 (#7177)
- 7bd71532 Fix multiword keyword quoting for search commands (#7170)
- 999caaa0 Merge pull request #7180 from cli/jtpetty/issue-455
- 6d095009 Fixes #455 - Hide "current branch" for pr status --repo
- 41a45713 Tech debt cleanup for variable and secret commands (#7151)
- 5191c502 Only replace control sequences (#7168)
- f7930a43 Dont follow redirects on repo delete (#7106)
- e5a0b1fe Add variable delete command (#6929)
- c8250958 Add variable list command (#6995)
- 88cc4d25 Add variable set command (#6928)
- 76f6aa1f Clarify
gh auth refresh
command behavior (#7132) - cff5dec2 Make repo sync git fetch authenticated (#7139)
- c2d728ec Improve documentation and consistency of the
--commit
flag forgh browse
command (#7105) - 78ffa73f Use transform.Transformer interface for ascii sanitization (#7117)
- 661d9621 Merge pull request #7116 from cli/even-more-prompts
- aae4023c use t.Cleanup(m.Verify)
- 10dd74b4 fix bug with Prompter.MultiSelect
- b5c3d982 new tooling for assertions about prompting