Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/core/tools/dotnet-tool-exec.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dotnet tool exec <PACKAGE_NAME>[@<VERSION>]
[--allow-roll-forward] [-a|--arch <ARCHITECTURE>]
[--add-source <SOURCE>] [--configfile <FILE>] [--disable-parallel]
[--framework <FRAMEWORK>] [--ignore-failed-sources] [--interactive]
[--no-http-cache] [--prerelease]
[--no-http-cache] [--prerelease] [--source <SOURCE>]
[-v|--verbosity <LEVEL>]
[--] [<tool-arguments>...]

Expand Down Expand Up @@ -81,6 +81,10 @@ This command also exists in two other forms for easier use

Allows prerelease packages to be selected when resolving the version to install.

- **`--source <SOURCE>`**

Replaces all NuGet package sources to use during installation with the provided source.

- [!INCLUDE [verbosity](../../../includes/cli-verbosity-normal.md)]

- [!INCLUDE [help](../../../includes/cli-help.md)]
Expand Down