14
14
. ftr VB CB
15
15
. ftr VBI CBI
16
16
.\}
17
- .TH "dotnet-tool-update" "1" "2025-06-13 " "" ".NET Documentation"
17
+ .TH "dotnet-tool-update" "1" "2025-06-30 " "" ".NET Documentation"
18
18
.hy
19
19
.SH dotnet tool update
20
20
.PP
@@ -27,23 +27,23 @@ dotnet-tool-update - Updates the specified .NET tool on your machine.
27
27
.nf
28
28
\f[ C ]
29
29
dotnet tool update <PACKAGE_ID> -g|--global
30
- [--add-source <SOURCE>] [--allow-downgrade]
30
+ [--add-source <SOURCE>] [--all] [-- allow-downgrade]
31
31
[--configfile <FILE>]
32
32
[--disable-parallel] [--framework <FRAMEWORK>]
33
33
[--ignore-failed-sources] [--interactive]
34
34
[--no-cache] [--prerelease]
35
35
[-v|--verbosity <LEVEL>] [--version <VERSION>]
36
36
37
37
dotnet tool update <PACKAGE_ID> --tool-path <PATH>
38
- [--add-source <SOURCE>] [--allow-downgrade]
38
+ [--add-source <SOURCE>] [--all] [-- allow-downgrade]
39
39
[--configfile <FILE>]
40
40
[--disable-parallel] [--framework <FRAMEWORK>]
41
41
[--ignore-failed-sources] [--interactive]
42
42
[--no-cache] [--prerelease]
43
43
[-v|--verbosity <LEVEL>] [--version <VERSION>]
44
44
45
45
dotnet tool update <PACKAGE_ID> --local
46
- [--add-source <SOURCE>] [--allow-downgrade]
46
+ [--add-source <SOURCE>] [--all] [-- allow-downgrade]
47
47
[--configfile <FILE>]
48
48
[--disable-parallel] [--framework <FRAMEWORK>]
49
49
[--ignore-failed-sources] [--interactive]
@@ -84,6 +84,12 @@ If the same package and version is in multiple feeds, the fastest feed wins.
84
84
For more information, see What happens when a NuGet package is installed?.
85
85
.RE
86
86
.IP \[bu ] 2
87
+ \f[B] \f[ VB ] --all\f[B] \f[ R ]
88
+ .RS 2
89
+ .PP
90
+ Update all tools.
91
+ .RE
92
+ .IP \[bu ] 2
87
93
\f[B] \f[ VB ] --allow-downgrade\f[B] \f[ R ]
88
94
.RS 2
89
95
.PP
0 commit comments