Skip to content

Commit f2aa30a

Browse files
(DOCS) Add table-no-truncate output format to dsc resource list
1 parent 75b746d commit f2aa30a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/reference/cli/resource/list.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

249251
The default output format depends on whether DSC detects that the output is being redirected or
250252
captured as a variable:
@@ -264,7 +266,7 @@ for formatting.
264266
```yaml
265267
Type : string
266268
Mandatory : false
267-
ValidValues : [json, pretty-json, yaml]
269+
ValidValues : [json, pretty-json, yaml, table-no-truncate]
268270
LongSyntax : --output-format <OUTPUT_FORMAT>
269271
ShortSyntax : -o <OUTPUT_FORMAT>
270272
```

0 commit comments

Comments
 (0)