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@rsteube
in 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 set
by@atirikt
in cli/cli#6928variable list
by@atirikt
in cli/cli#6995variable delete
by@atirikt
in cli/cli#6929ext install
: Introduce new--force
flag by@heaths
in cli/cli#7173What's Changed
browse
: Improve documentation and consistency of the--commit
flag by@alex-petrov-vt
in cli/cli#7105repo sync
: Ensuregit fetch
is always authenticated by@samcoe
in cli/cli#7139repo delete
: Don't delete repos that have transfered ownership by@samcoe
in cli/cli#7106auth
: Skip searching keyring when checking for environment tokens by@benjlevesque
in cli/cli#7169auth refresh
: Improve documentation of--scopes
flag behavior by@alex-petrov-vt
in cli/cli#7132pr status
: Hide "current branch" when using--repo
flag by@jtpetty
in cli/cli#7180repo archive
: Change to use Prompter package by@Ruminateer
in cli/cli#7083search
: Fix multiword keyword quoting by@samcoe
in cli/cli#7170- Replace deprecated command with environment file by
@jongwooo
in cli/cli#7195- New prompt testing utility by
@vilmibm
in cli/cli#7116- Use transform.Transformer interface for ascii sanitization by
@samcoe
in cli/cli#7117- Only replace control sequences by
@samcoe
in cli/cli#7168- Tech debt cleanup for variable and secret commands by
@samcoe
in cli/cli#7151- Bump actions/setup-go from 3 to 4 by
@dependabot
in cli/cli#7177New Contributors
@atirikt
made their first contribution in cli/cli#6928@jtpetty
made their first contribution in cli/cli#7180@jongwooo
made 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 set
by@atirikt
in cli/cli#6928variable list
by@atirikt
in cli/cli#6995variable delete
by@atirikt
in cli/cli#6929ext install
: Introduce new--force
flag by@heaths
in cli/cli#7173What's Changed
browse
: Improve documentation and consistency of the--commit
flag by@alex-petrov-vt
in cli/cli#7105repo sync
: Ensure git fetch is always authenticated by@samcoe
in cli/cli#7139repo delete
: Don't delete repos that have transfered ownership by@samcoe
in cli/cli#7106
... (truncated)
Commits
-
1fc98f6
variable: fix listing and deleting variables in an environment (#7207) -
88cae9f
Support ext install --force (#7173) -
0b9b1f7
use Prompter forpkg/cmd/repo/archive
(#7083) -
9d10439
Merge pull request #7195 from jongwooo/chore/replace-deprecated-command-with-... -
3a89f14
Replace deprecated command with environment file -
9596fd5
Skip checking keyring for token in certain scenarios (#7169) -
d905165
Bump actions/setup-go from 3 to 4 (#7177) -
7bd7153
Fix multiword keyword quoting for search commands (#7170) -
999caaa
Merge pull request #7180 from cli/jtpetty/issue-455 -
6d09500
Fixes #455 - Hide "current branch" for pr status --repo - Additional commits viewable in compare view