Global flags
These persistent flags work on every client command. keephippo accepts both the
Vault-style single dash (-address) and the GNU double dash (--address).
| Flag | Type | Default | Description |
|---|---|---|---|
-address |
string | http://127.0.0.1:8200 |
Server address (env KEEPHIPPO_ADDR / VAULT_ADDR). |
-format |
table|json |
table |
Output format; json matches Vault's envelope shape. |
-tls-skip-verify |
bool | false |
Skip TLS certificate verification (insecure; testing only). |
-wrap-ttl |
duration | — | Wrap the response in a single-use token with this TTL. |
keephippo --help lists every command; keephippo <command> -help is always the
source of truth for that command's flags.