You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--rsh-client-cert`|`RSH_CLIENT_CERT`|`/etc/ssl/cert.pem`| Path to a PEM encoded client certificate |
34
+
|`--rsh-client-key`|`RSH_CLIENT_KEY`|`/etc/ssl/key.pem`| Path to a PEM encoded private key |
35
+
|`--rsh-ca-cert`|`RSH_CA_CERT`|`/etc/ssl/ca.pem`| Path to a PEM encoded CA certificate |
36
+
|`--rsh-pkcs11-label`|`RSH_PKCS11_LABEL`|| Label of the PKCS11 token |
37
+
|`--rsh-pkcs11-path`|`RSH_PKCS11_PATH`|`/usr/lib/pkcs11/opensc-pkcs11.so`| Path to the PKCS11 library|
38
+
|`--rsh-no-paginate`|`RSH_NO_PAGINATE`|| Disable automatic `next` link pagination|
39
+
|`-o`, `--rsh-output-format`|`RSH_OUTPUT_FORMAT`|`json`|[Output format](/output.md), defaults to `auto`|
40
+
|`-p`, `--rsh-profile`|`RSH_PROFILE`|`testing`| Auth profile name, defaults to `default`|
41
+
|`-q`, `--rsh-query`|`RSH_QUERY`|`search=foo`| Set a query parameter |
42
+
|`-r`, `--rsh-raw`|`RSH_RAW`|| Raw output for shell processing|
43
+
|`-s`, `--rsh-server`|`RSH_SERVER`|`https://foo.com`| Override API server base URL |
44
+
| `-v`, `--rsh-verbose` | `RSH_VERBOSE` | | Enable verbose output | Configuration file keys are the same as long-form arguments without the `--` prefix.
45
45
46
46
The following three would be equivalent ways to configure restish:
0 commit comments