Skip to content

Add missing muxer CLI arguments #12545

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all 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
57 changes: 49 additions & 8 deletions docs/core/tools/dotnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,23 @@ ms.date: 06/04/2018
# [.NET Core 2.1](#tab/netcore21)

```console
dotnet [command] [arguments] [--additional-deps] [--additionalprobingpath] [-d|--diagnostics] [--fx-version]
[-h|--help] [--info] [--list-runtimes] [--list-sdks] [--roll-forward-on-no-candidate-fx] [-v|--verbosity] [--version]
dotnet [command] [arguments] [--additional-deps] [--additionalprobingpath] [--depsfile]
[-d|--diagnostics] [--fx-version] [-h|--help] [--info] [--list-runtimes] [--list-sdks] [--roll-forward-on-no-candidate-fx] [--runtimeconfig] [-v|--verbosity] [--version]
```

# [.NET Core 2.0](#tab/netcore20)

```console
dotnet [command] [arguments] [--additional-deps] [--additionalprobingpath] [-d|--diagnostics]
[--fx-version] [-h|--help] [--info] [--roll-forward-on-no-candidate-fx] [-v|--verbosity] [--version]
dotnet [command] [arguments] [--additional-deps] [--additionalprobingpath] [--depsfile]
[-d|--diagnostics] [--fx-version] [-h|--help] [--info] [--roll-forward-on-no-candidate-fx]
[--runtimeconfig] [-v|--verbosity] [--version]
```

# [.NET Core 1.x](#tab/netcore1x)

```console
dotnet [command] [arguments] [--additionalprobingpath] [-d|--diagnostics] [--fx-version]
[-h|--help] [--info] [-v|--verbosity] [--version]
dotnet [command] [arguments] [--additionalprobingpath] [--depsfile] [-d|--diagnostics]
[--fx-version] [-h|--help] [--info] [--runtimeconfig] [-v|--verbosity] [--version]
```

---
Expand All @@ -48,12 +49,18 @@ dotnet [command] [arguments] [--additionalprobingpath] [-d|--diagnostics] [--fx-

`--additional-deps <PATH>`

Path to additional *.deps.json* file.
Path to an additional *.deps.json* file.

`--additionalprobingpath <PATH>`

Path containing probing policy and assemblies to probe.

`--depsfile`

Path to a *deps.json* file.

A *deps.json* file contains a list of dependencies, compilation dependencies and version information used to address assembly conflicts. For more information about this file, see [Runtime Configuration Files](https://github.com/dotnet/cli/blob/master/Documentation/specs/runtime-configuration-file.md) on GitHub.

`-d|--diagnostics`

Enables diagnostic output.
Expand Down Expand Up @@ -87,6 +94,12 @@ Defines behavior when the required shared framework is not available. `N` can be

For more information, see [Roll forward](../whats-new/dotnet-core-2-1.md#roll-forward).

`--runtimeconfig`

Path to a *runtimeconfig.json* file.

A *runtimeconfig.json* file is a configuration file containing runtime configuration settings. For more information, see [Runtime Configuration Files](https://github.com/dotnet/cli/blob/master/Documentation/specs/runtime-configuration-file.md) on GitHub.

`-v|--verbosity <LEVEL>`

Sets the verbosity level of the command. Allowed values are `q[uiet]`, `m[inimal]`, `n[ormal]`, `d[etailed]`, and `diag[nostic]`. Not supported in every command; see specific command page to determine if this option is available.
Expand All @@ -99,12 +112,18 @@ Prints out the version of the .NET Core SDK in use.

`--additional-deps <PATH>`

Path to additional *.deps.json* file.
Path to an additional *.deps.json* file.

`--additionalprobingpath <PATH>`

Path containing probing policy and assemblies to probe.

`--depsfile`

Path to a *deps.json* file.

A *deps.json* file contains a list of dependencies, compilation dependencies and version information used to address assembly conflicts. For more details on this file, see [Runtime Configuration Files on GitHub](https://github.com/dotnet/cli/blob/master/Documentation/specs/runtime-configuration-file.md).

`-d|--diagnostics`

Enables diagnostic output.
Expand All @@ -125,6 +144,12 @@ Prints out detailed information about a .NET Core installation and the machine e

Disables minor version roll forward, if set to `0`. For more information, see [Roll forward](../whats-new/dotnet-core-2-1.md#roll-forward).

`--runtimeconfig`

Path to a *runtimeconfig.json* file.

A *runtimeconfig.json* file is a configuration file containing runtime configuration settings. For more details, see [Runtime Configuration Files on GitHub](https://github.com/dotnet/cli/blob/master/Documentation/specs/runtime-configuration-file.md).

`-v|--verbosity <LEVEL>`

Sets the verbosity level of the command. Allowed values are `q[uiet]`, `m[inimal]`, `n[ormal]`, `d[etailed]`, and `diag[nostic]`. Not supported in every command; see specific command page to determine if this option is available.
Expand All @@ -139,6 +164,12 @@ Prints out the version of the .NET Core SDK in use.

Path containing probing policy and assemblies to probe.

`--depsfile`

Path to a *deps.json* file.

A *deps.json* file contains a list of dependencies, compilation dependencies and version information used to address assembly conflicts. For more details on this file, see [Runtime Configuration Files on GitHub](https://github.com/dotnet/cli/blob/master/Documentation/specs/runtime-configuration-file.md).

`-d|--diagnostics`

Enables diagnostic output.
Expand All @@ -155,6 +186,12 @@ Prints out documentation for a given command, such as `dotnet build --help`. `do

Prints out detailed information about a .NET Core installation and the machine environment, such as the current operating system, and commit SHA of the .NET Core version.

`--runtimeconfig`

Path to a *runtimeconfig.json* file.

A *runtimeconfig.json* file is a configuration file containing runtime configuration settings. For more details, see [Runtime Configuration Files on GitHub](https://github.com/dotnet/cli/blob/master/Documentation/specs/runtime-configuration-file.md).

`-v|--verbosity <LEVEL>`

Sets the verbosity level of the command. Allowed values are `q[uiet]`, `m[inimal]`, `n[ormal]`, `d[etailed]`, and `diag[nostic]`. Not supported in every command; see specific command page to determine if this option is available.
Expand Down Expand Up @@ -349,3 +386,7 @@ Specifies the location of the servicing index to use by the shared host when loa
Specifies whether data about the .NET Core tools usage is collected and sent to Microsoft. Set to `true` to opt-out of the telemetry feature (values `true`, `1`, or `yes` accepted). Otherwise, set to `false` to opt into the telemetry features (values `false`, `0`, or `no` accepted). If not set, the default is `false` and the telemetry feature is active.

---

## See also

- [Runtime Configuration Files](https://github.com/dotnet/cli/blob/master/Documentation/specs/runtime-configuration-file.md)