Skip to content

Commit 3f46ade

Browse files
committed
Update README with latest switches and options
1 parent 8b07dc0 commit 3f46ade

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

dsc/README.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,28 @@ The `dsc` command is used to discover, invoke DSC resources, and apply configura
66

77
## Usage
88

9+
```plaintext
910
Apply configuration or invoke specific DSC resources
1011
11-
Usage: dsc [OPTIONS] <COMMAND>
12+
Usage: dsc.exe [OPTIONS] <COMMAND>
1213
1314
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)
1821
1922
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

Comments
 (0)