Skip to content

Commit 20b60a0

Browse files
committed
Update README
1 parent ac0b3d0 commit 20b60a0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,14 @@ File Location Subject
9797
Found 140 certificates
9898
```
9999

100-
### Global flags
100+
The `--output` (or `-o`) flag allows specifying the output mode for export.
101+
102+
- `--output pretty` is the default, and gives a table view of the data.
103+
- `--output wide` also uses a table layout, but includes more infomation.
104+
- `--output json` emits JSON.
105+
- `--output pem` emits all full certificates in PEM format.
101106

102-
`-o --output`: Allows specification of the output mode. Supports `pretty`, `wide`, and `json`. Defaults to `pretty`.
107+
### Global flags
103108

104109
`--platform`: Specifies the platform in the form `os/arch[/variant][:osversion]` (e.g. `linux/amd64`)
105110

0 commit comments

Comments
 (0)