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:
245245- ` json` to emit the data as a [JSON Line][02].
246246- ` pretty-json` to emit the data as JSON with newlines, indentation, and spaces for readability.
247247- ` 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.
248250
249251The default output format depends on whether DSC detects that the output is being redirected or
250252captured as a variable :
@@ -264,7 +266,7 @@ for formatting.
264266` ` ` yaml
265267Type : string
266268Mandatory : false
267- ValidValues : [json, pretty-json, yaml]
269+ ValidValues : [json, pretty-json, yaml, table-no-truncate ]
268270LongSyntax : --output-format <OUTPUT_FORMAT>
269271ShortSyntax : -o <OUTPUT_FORMAT>
270272` ` `
You can’t perform that action at this time.
0 commit comments