Skip to content

Commit 7c43705

Browse files
Copilotmeaghanlewis
andcommitted
Add @ symbol support documentation to .NET CLI commands
Co-authored-by: meaghanlewis <[email protected]>
1 parent 29314b1 commit 7c43705

File tree

6 files changed

+17
-0
lines changed

6 files changed

+17
-0
lines changed

docs/core/tools/dotnet-new-install.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ Starting with .NET SDK 6.0.100, installed template packages are available in lat
5454
5555
## Options
5656
57+
[!INCLUDE [response-file](../../../includes/cli-response-file.md)]
58+
5759
- **`--add-source|--nuget-source <SOURCE>`**
5860
5961
By default, `dotnet new install` uses the hierarchy of NuGet configuration files from the current directory to determine the NuGet source the package can be installed from. If `--nuget-source` is specified, the source will be added to the list of sources to be checked.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ For more information, see [Install a local tool](global-tools.md#install-a-local
9696

9797
## Options
9898

99+
[!INCLUDE [response-file](../../../includes/cli-response-file.md)]
100+
99101
[!INCLUDE [allow-downgrade](../../../includes/cli-allow-downgrade.md)]
100102

101103
- **`--allow-roll-forward`**

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ The `dotnet tool update` command provides a way for you to update .NET tools on
5858

5959
## Options
6060

61+
[!INCLUDE [response-file](../../../includes/cli-response-file.md)]
62+
6163
[!INCLUDE [add-source](../../../includes/cli-add-source.md)]
6264

6365
- **`--all`**

docs/core/tools/dotnet-workload-install.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ The `dotnet workload update` command also downloads advertising manifests. The d
7474

7575
## Options
7676

77+
[!INCLUDE [response-file](../../../includes/cli-response-file.md)]
78+
7779
[!INCLUDE [config-file](../../../includes/cli-configfile.md)]
7880

7981
[!INCLUDE [disable-parallel](../../../includes/cli-disable-parallel.md)]

docs/core/tools/dotnet-workload-search.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ For more information about the `dotnet workload` commands, see the [dotnet workl
3333

3434
## Options
3535

36+
[!INCLUDE [response-file](../../../includes/cli-response-file.md)]
37+
3638
[!INCLUDE [help](../../../includes/cli-help.md)]
3739

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

includes/cli-response-file.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
ms.date: 11/11/2025
3+
ms.topic: include
4+
---
5+
- **`@<file>`**
6+
7+
Reads a response file for additional options. The file name must immediately follow the `@` character with no white space between them. Each line in the response file should contain a single option or argument. You can't use the backslash character (`\`) to concatenate lines. Response files help when commands exceed terminal limits. You can combine response file options with command-line arguments.

0 commit comments

Comments
 (0)