File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
docs/reference/cli/resource Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -245,6 +245,8 @@ available formats are:
245
245
- ` json` to emit the data as a [JSON Line][02].
246
246
- ` pretty-json` to emit the data as JSON with newlines, indentation, and spaces for readability.
247
247
- ` yaml` to emit the data as YAML.
248
+ - ` table-no-truncate` to emit the data as a summary table without truncating each line to the
249
+ current console width.
248
250
249
251
The default output format depends on whether DSC detects that the output is being redirected or
250
252
captured as a variable :
@@ -264,7 +266,7 @@ for formatting.
264
266
` ` ` yaml
265
267
Type : string
266
268
Mandatory : false
267
- ValidValues : [json, pretty-json, yaml]
269
+ ValidValues : [json, pretty-json, yaml, table-no-truncate ]
268
270
LongSyntax : --output-format <OUTPUT_FORMAT>
269
271
ShortSyntax : -o <OUTPUT_FORMAT>
270
272
` ` `
You can’t perform that action at this time.
0 commit comments