1dotnet-workload-search(1)     .NET Documentation     dotnet-workload-search(1)
2
3
4
6       This article applies to: ✔️ .NET 6 SDK and later versions
7

NAME

9       dotnet-workload-search - Searches for optional workloads.
10

SYNOPSIS

12              dotnet workload search [<SEARCH_STRING>] [-v|--verbosity <LEVEL>]
13
14              dotnet workload search -?|-h|--help
15

DESCRIPTION

17       The  dotnet workload search command lists available workloads.  You can
18       filter the list by specifying all or part of  the  workload  ID  you’re
19       looking for.
20
21       For more information about the dotnet workload commands, see the dotnet
22       workload install command.
23

ARGUMENTS

25SEARCH_STRING
26
27         The workload ID to search for, or part of it.  For  example,  if  you
28         specify  maui,  the  command  lists all of the workload IDs that have
29         maui in their workload ID.
30

OPTIONS

32-?|-h|--help
33
34         Prints out a description of how to use the command.
35
36-v|--verbosity <LEVEL>
37
38         Sets the verbosity level of the command.  Allowed values are q[uiet],
39         m[inimal],  n[ormal],  d[etailed],  and diag[nostic].  The default is
40         minimal.   For  more  information,  see  <xref:Microsoft.Build.Frame‐
41         work.LoggerVerbosity>.
42

EXAMPLES

44       • List all available workloads:
45
46                dotnet workload search
47
48       • List all available workloads that have “maui” in their workload ID:
49
50                dotnet workload search maui
51
52
53
54                                  2022-10-10         dotnet-workload-search(1)
Impressum