Skip to content

Commit f6ef547

Browse files
Add --all option to the dotnet tool update (#46888)
1 parent 98dc0fa commit f6ef547

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/core/tools/dotnet-tool-update.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ ms.date: 03/15/2024
1515

1616
```dotnetcli
1717
dotnet 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
2525
dotnet 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
3333
dotnet 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

Comments
 (0)