Skip to content

Commit 0056f27

Browse files
authored
update wiki description of flag to show all columns (#731)
1 parent 1f1fe24 commit 0056f27

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

wiki/Output.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
By default, the CLI displays on some pre-selected fields for a given type of
66
response. If you want to see everything, just ask::
77
```bash
8-
linode-cli linodes list --all
8+
linode-cli linodes list --all-columns
99
```
1010

11-
Using `--all` will cause the CLI to display all returned columns of output.
12-
Note that this will probably be hard to read on normal-sized screens for most
13-
actions.
11+
Using `--all-columns` will cause the CLI to display all returned columns of
12+
output. Note that this will probably be hard to read on normal-sized screens
13+
for most actions.
1414

1515
If you want even finer control over your output, you can request specific columns
1616
be displayed::
@@ -48,11 +48,12 @@ linode-cli linodes list --no-headers --text
4848

4949
To get JSON output from the CLI, simple request it::
5050
```bash
51-
linode-cli linodes list --json --all
51+
linode-cli linodes list --json --all-columns
5252
```
5353

54-
While the `--all` is optional, you probably want to see all output fields in
55-
your JSON output. If you want your JSON pretty-printed, we can do that too::
54+
While the `--all-columns` is optional, you probably want to see all output
55+
fields in your JSON output. If you want your JSON pretty-printed, we can do
56+
that too::
5657
```bash
57-
linode-cli linodes list --json --pretty --all
58+
linode-cli linodes list --json --pretty --all-columns
5859
```

0 commit comments

Comments
 (0)