We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac0b3d0 commit 20b60a0Copy full SHA for 20b60a0
README.md
@@ -97,9 +97,14 @@ File Location Subject
97
Found 140 certificates
98
```
99
100
-### Global flags
+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.
106
-`-o --output`: Allows specification of the output mode. Supports `pretty`, `wide`, and `json`. Defaults to `pretty`.
107
+### Global flags
108
109
`--platform`: Specifies the platform in the form `os/arch[/variant][:osversion]` (e.g. `linux/amd64`)
110
0 commit comments