1dotnet-workload(1) .NET Documentation dotnet-workload(1)
2
3
4
6 This article applies to: ✔️ .NET 7 SDK and later versions
7
9 dotnet-workload - Provides information about the available workload
10 commands and installed workloads.
11
13 dotnet workload [--info]
14
15 dotnet workload -?|-h|--help
16
18 The dotnet workload command provides commands for working with .NET
19 workloads. For example, dotnet workload install installs a particular
20 workload. Each command defines its own options and arguments. All
21 commands support the --help option for printing out brief documentation
22 about how to use the command.
23
25 • --info
26
27 Prints out detailed information about installed workloads, including
28 their installation source, manifest version, manifest path, and in‐
29 stall type.
30
31 • -?|-h|--help
32
33 Prints out a list of available commands.
34
36 • Install a workload
37
38 • List the installed workloads on your machine
39
40 • Show workloads available to install
41
42
43
44 2022-10-26 dotnet-workload(1)