@@ -15,23 +15,23 @@ ms.date: 03/15/2024
1515
1616``` dotnetcli
1717dotnet tool update <PACKAGE_ID> -g|--global
18- [--add-source <SOURCE>] [--allow-downgrade]
18+ [--add-source <SOURCE>] [--all] [-- allow-downgrade]
1919 [--configfile <FILE>]
2020 [--disable-parallel] [--framework <FRAMEWORK>]
2121 [--ignore-failed-sources] [--interactive]
2222 [--no-cache] [--prerelease]
2323 [-v|--verbosity <LEVEL>] [--version <VERSION>]
2424
2525dotnet tool update <PACKAGE_ID> --tool-path <PATH>
26- [--add-source <SOURCE>] [--allow-downgrade]
26+ [--add-source <SOURCE>] [--all] [-- allow-downgrade]
2727 [--configfile <FILE>]
2828 [--disable-parallel] [--framework <FRAMEWORK>]
2929 [--ignore-failed-sources] [--interactive]
3030 [--no-cache] [--prerelease]
3131 [-v|--verbosity <LEVEL>] [--version <VERSION>]
3232
3333dotnet tool update <PACKAGE_ID> --local
34- [--add-source <SOURCE>] [--allow-downgrade]
34+ [--add-source <SOURCE>] [--all] [-- allow-downgrade]
3535 [--configfile <FILE>]
3636 [--disable-parallel] [--framework <FRAMEWORK>]
3737 [--ignore-failed-sources] [--interactive]
@@ -60,6 +60,10 @@ The `dotnet tool update` command provides a way for you to update .NET tools on
6060
6161[ !INCLUDE [ add-source] ( ../../../includes/cli-add-source.md )]
6262
63+ - ** ` --all ` **
64+
65+ Update all tools.
66+
6367[ !INCLUDE [ allow-downgrade] ( ../../../includes/cli-allow-downgrade.md )]
6468
6569[ !INCLUDE [ configfile] ( ../../../includes/cli-configfile.md )]
0 commit comments