Bump github.com/cli/cli/v2 from 2.24.3 to 2.25.1
Bumps github.com/cli/cli/v2 from 2.24.3 to 2.25.1.
Release notes
Sourced from github.com/cli/cli/v2's releases.
GitHub CLI 2.25.1
What's Changed
variable: fix listing and deleting per-environment variables by@rsteubein cli/cli#7207Full Changelog: https://github.com/cli/cli/compare/v2.25.0...v2.25.1
GitHub CLI 2.25.0
What's New
- New suit of commands for working with Repository and Organization variables
variable setby@atiriktin cli/cli#6928variable listby@atiriktin cli/cli#6995variable deleteby@atiriktin cli/cli#6929ext install: Introduce new--forceflag by@heathsin cli/cli#7173What's Changed
browse: Improve documentation and consistency of the--commitflag by@alex-petrov-vtin cli/cli#7105repo sync: Ensuregit fetchis always authenticated by@samcoein cli/cli#7139repo delete: Don't delete repos that have transfered ownership by@samcoein cli/cli#7106auth: Skip searching keyring when checking for environment tokens by@benjlevesquein cli/cli#7169auth refresh: Improve documentation of--scopesflag behavior by@alex-petrov-vtin cli/cli#7132pr status: Hide "current branch" when using--repoflag by@jtpettyin cli/cli#7180repo archive: Change to use Prompter package by@Ruminateerin cli/cli#7083search: Fix multiword keyword quoting by@samcoein cli/cli#7170- Replace deprecated command with environment file by
@jongwoooin cli/cli#7195- New prompt testing utility by
@vilmibmin cli/cli#7116- Use transform.Transformer interface for ascii sanitization by
@samcoein cli/cli#7117- Only replace control sequences by
@samcoein cli/cli#7168- Tech debt cleanup for variable and secret commands by
@samcoein cli/cli#7151- Bump actions/setup-go from 3 to 4 by
@dependabotin cli/cli#7177New Contributors
@atiriktmade their first contribution in cli/cli#6928@jtpettymade their first contribution in cli/cli#7180@jongwooomade their first contribution in cli/cli#7195Full Changelog: https://github.com/cli/cli/compare/v2.24.3...v2.25.0
GitHub CLI 2.25.0-pre0
What's New
- New suit of commands for working with Repository and Organization variables
variable setby@atiriktin cli/cli#6928variable listby@atiriktin cli/cli#6995variable deleteby@atiriktin cli/cli#6929ext install: Introduce new--forceflag by@heathsin cli/cli#7173What's Changed
browse: Improve documentation and consistency of the--commitflag by@alex-petrov-vtin cli/cli#7105repo sync: Ensure git fetch is always authenticated by@samcoein cli/cli#7139repo delete: Don't delete repos that have transfered ownership by@samcoein cli/cli#7106
... (truncated)
Commits
-
1fc98f6variable: fix listing and deleting variables in an environment (#7207) -
88cae9fSupport ext install --force (#7173) -
0b9b1f7use Prompter forpkg/cmd/repo/archive(#7083) -
9d10439Merge pull request #7195 from jongwooo/chore/replace-deprecated-command-with-... -
3a89f14Replace deprecated command with environment file -
9596fd5Skip checking keyring for token in certain scenarios (#7169) -
d905165Bump actions/setup-go from 3 to 4 (#7177) -
7bd7153Fix multiword keyword quoting for search commands (#7170) -
999caaaMerge pull request #7180 from cli/jtpetty/issue-455 -
6d09500Fixes #455 - Hide "current branch" for pr status --repo - Additional commits viewable in compare view