Jeff Mitchell
|
d0f329e124
|
Add leader cluster address to status/leader output. (#3061)
* Add leader cluster address to status/leader output. This helps in
identifying a particular node when all share the same redirect address.
Fixes #3042
|
2017-07-31 18:25:27 -04:00 |
Jeff Mitchell
|
37f3b2bafd
|
Fix missing newline in status output
|
2017-02-17 11:23:20 -05:00 |
Jeff Mitchell
|
dd0e44ca10
|
Add nonce to unseal to allow seeing if the operation has reset (#2276)
|
2017-01-17 11:47:06 -05:00 |
vishalnayak
|
8b0b0d5922
|
Add cluster information to 'vault status'
|
2016-07-29 14:13:53 -04:00 |
vishalnayak
|
e5e0431393
|
Added Vault version informationto the 'status' command
|
2016-07-28 17:37:35 -04:00 |
Jeff Mitchell
|
1b7335cf4e
|
Fix up the meta common options text function to not strip leading space and fix up commands
|
2016-04-01 16:50:12 -04:00 |
Jeff Mitchell
|
133d9c1008
|
Move meta into its own package
|
2016-04-01 13:16:05 -04:00 |
Jeff Mitchell
|
ba71ff7b0c
|
Update documentation for status command to reflect new return codes
|
2016-02-08 11:36:08 -05:00 |
Jeff Mitchell
|
2712a10750
|
Return 2 for sealed instead of 1 to match the new init -check behavior
|
2016-01-29 10:55:31 -05:00 |
Jeff Mitchell
|
7cf93c0e37
|
Don't return 1 when flags don't parse for status command, as all other errors return 2; 1 is for when the vault is sealed
|
2016-01-29 10:53:56 -05:00 |
Armon Dadgar
|
e025c33ab9
|
command: source general options docs from common source
|
2015-06-30 12:01:23 -07:00 |
Mitchell Hashimoto
|
7bff682e8e
|
command/*: -tls-skip-verify [GH-130]
|
2015-05-11 11:01:52 -07:00 |
Mitchell Hashimoto
|
1b0d75719d
|
command/*: more TODO removal
|
2015-04-28 09:15:38 -07:00 |
Mitchell Hashimoto
|
3f9711fa63
|
command/status: no weird indentintg
|
2015-04-21 20:11:15 +02:00 |
Armon Dadgar
|
d56a0ce2ef
|
command/status: refactor to improve output
|
2015-04-20 13:37:32 -07:00 |
Armon Dadgar
|
2609977683
|
command/status: improve output when sealed
|
2015-04-20 12:21:35 -07:00 |
Armon Dadgar
|
52f8b2d8ef
|
command/status: improve output when sealed
|
2015-04-20 12:19:25 -07:00 |
Armon Dadgar
|
f76e5b2fc5
|
command: Rename seal-status to status
|
2015-04-20 12:11:21 -07:00 |