@@ -15,23 +15,23 @@ ms.date: 03/15/2024
15
15
16
16
``` dotnetcli
17
17
dotnet tool update <PACKAGE_ID> -g|--global
18
- [--add-source <SOURCE>] [--allow-downgrade]
18
+ [--add-source <SOURCE>] [--all] [-- allow-downgrade]
19
19
[--configfile <FILE>]
20
20
[--disable-parallel] [--framework <FRAMEWORK>]
21
21
[--ignore-failed-sources] [--interactive]
22
22
[--no-cache] [--prerelease]
23
23
[-v|--verbosity <LEVEL>] [--version <VERSION>]
24
24
25
25
dotnet tool update <PACKAGE_ID> --tool-path <PATH>
26
- [--add-source <SOURCE>] [--allow-downgrade]
26
+ [--add-source <SOURCE>] [--all] [-- allow-downgrade]
27
27
[--configfile <FILE>]
28
28
[--disable-parallel] [--framework <FRAMEWORK>]
29
29
[--ignore-failed-sources] [--interactive]
30
30
[--no-cache] [--prerelease]
31
31
[-v|--verbosity <LEVEL>] [--version <VERSION>]
32
32
33
33
dotnet tool update <PACKAGE_ID> --local
34
- [--add-source <SOURCE>] [--allow-downgrade]
34
+ [--add-source <SOURCE>] [--all] [-- allow-downgrade]
35
35
[--configfile <FILE>]
36
36
[--disable-parallel] [--framework <FRAMEWORK>]
37
37
[--ignore-failed-sources] [--interactive]
@@ -60,6 +60,10 @@ The `dotnet tool update` command provides a way for you to update .NET tools on
60
60
61
61
[ !INCLUDE [ add-source] ( ../../../includes/cli-add-source.md )]
62
62
63
+ - ** ` --all ` **
64
+
65
+ Update all tools.
66
+
63
67
[ !INCLUDE [ allow-downgrade] ( ../../../includes/cli-allow-downgrade.md )]
64
68
65
69
[ !INCLUDE [ configfile] ( ../../../includes/cli-configfile.md )]
0 commit comments