Skip to content

Commit 8cd2b16

Browse files
[autofix.ci] apply automated fixes
1 parent 5cedaa0 commit 8cd2b16

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/cli/self-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Updates mise itself.
88

99
Uses the GitHub Releases API to find the latest release and binary.
1010
By default, this will also update any installed plugins.
11-
Uses the `GITHUB_API_TOKEN` environment variable if set for higher rate limits.
11+
Uses mise's GitHub token resolution chain for authenticated requests.
1212

1313
This command is not available if mise is installed via a package manager.
1414

man/man1/mise.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2082,7 +2082,7 @@ Updates mise itself.
20822082

20832083
Uses the GitHub Releases API to find the latest release and binary.
20842084
By default, this will also update any installed plugins.
2085-
Uses the `GITHUB_API_TOKEN` environment variable if set for higher rate limits.
2085+
Uses mise's GitHub token resolution chain for authenticated requests.
20862086

20872087
This command is not available if mise is installed via a package manager.
20882088
.PP

mise.usage.kdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ cmd search help="Search for tools in the registry" {
828828
arg "[NAME]" help="The tool to search for" required=#false
829829
}
830830
cmd self-update help="Updates mise itself." {
831-
long_help "Updates mise itself.\n\nUses the GitHub Releases API to find the latest release and binary.\nBy default, this will also update any installed plugins.\nUses the `GITHUB_API_TOKEN` environment variable if set for higher rate limits.\n\nThis command is not available if mise is installed via a package manager."
831+
long_help "Updates mise itself.\n\nUses the GitHub Releases API to find the latest release and binary.\nBy default, this will also update any installed plugins.\nUses mise's GitHub token resolution chain for authenticated requests.\n\nThis command is not available if mise is installed via a package manager."
832832
flag "-f --force" help="Update even if already up to date"
833833
flag "-y --yes" help="Skip confirmation prompt"
834834
flag --no-plugins help="Disable auto-updating plugins"

0 commit comments

Comments
 (0)