1414. ftr VB CB
1515. ftr VBI CBI
1616.\}
17- .TH "dotnet-tool-update" "1" "2025-06-13 " "" ".NET Documentation"
17+ .TH "dotnet-tool-update" "1" "2025-06-30 " "" ".NET Documentation"
1818.hy
1919.SH dotnet tool update
2020.PP
@@ -27,23 +27,23 @@ dotnet-tool-update - Updates the specified .NET tool on your machine.
2727.nf
2828\f[ C ]
2929dotnet tool update <PACKAGE_ID> -g|--global
30- [--add-source <SOURCE>] [--allow-downgrade]
30+ [--add-source <SOURCE>] [--all] [-- allow-downgrade]
3131 [--configfile <FILE>]
3232 [--disable-parallel] [--framework <FRAMEWORK>]
3333 [--ignore-failed-sources] [--interactive]
3434 [--no-cache] [--prerelease]
3535 [-v|--verbosity <LEVEL>] [--version <VERSION>]
3636
3737dotnet tool update <PACKAGE_ID> --tool-path <PATH>
38- [--add-source <SOURCE>] [--allow-downgrade]
38+ [--add-source <SOURCE>] [--all] [-- allow-downgrade]
3939 [--configfile <FILE>]
4040 [--disable-parallel] [--framework <FRAMEWORK>]
4141 [--ignore-failed-sources] [--interactive]
4242 [--no-cache] [--prerelease]
4343 [-v|--verbosity <LEVEL>] [--version <VERSION>]
4444
4545dotnet tool update <PACKAGE_ID> --local
46- [--add-source <SOURCE>] [--allow-downgrade]
46+ [--add-source <SOURCE>] [--all] [-- allow-downgrade]
4747 [--configfile <FILE>]
4848 [--disable-parallel] [--framework <FRAMEWORK>]
4949 [--ignore-failed-sources] [--interactive]
@@ -84,6 +84,12 @@ If the same package and version is in multiple feeds, the fastest feed wins.
8484For more information, see What happens when a NuGet package is installed?.
8585.RE
8686.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
8793\f[B] \f[ VB ] --allow-downgrade\f[B] \f[ R ]
8894.RS 2
8995.PP
0 commit comments