@@ -6,18 +6,28 @@ The `dsc` command is used to discover, invoke DSC resources, and apply configura
6
6
7
7
## Usage
8
8
9
+ ``` plaintext
9
10
Apply configuration or invoke specific DSC resources
10
11
11
- Usage: dsc [ OPTIONS] <COMMAND >
12
+ Usage: dsc.exe [OPTIONS] <COMMAND>
12
13
13
14
Commands:
14
- config Apply a configuration document
15
- resource Invoke a specific DSC resource
16
- schema Get the JSON schema for a DSC type
17
- help Print this message or the help of the given subcommand(s)
15
+ completer Generate a shell completion script
16
+ config Apply a configuration document
17
+ extension Operations on DSC extensions
18
+ resource Invoke a specific DSC resource
19
+ schema Get the JSON schema for a DSC type
20
+ help Print this message or the help of the given subcommand(s)
18
21
19
22
Options:
20
- -n, --no-cache Whether to use the cache or not
21
- -f, --format <FORMAT > [ possible values: json, pretty-json, yaml]
22
- -h, --help Print help
23
- -V, --version Print version
23
+ -l, --trace-level <TRACE_LEVEL>
24
+ Trace level to use [possible values: error, warn, info, debug, trace]
25
+ -t, --trace-format <TRACE_FORMAT>
26
+ Trace format to use [possible values: default, plaintext, json]
27
+ -p, --progress-format <PROGRESS_FORMAT>
28
+ Progress format to use [possible values: default, none, json]
29
+ -h, --help
30
+ Print help (see more with '--help')
31
+ -V, --version
32
+ Print version
33
+ ```
0 commit comments