mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-08 16:24:51 -04:00
Sort infokeys on startup and add more padding
This commit is contained in:
parent
c296363521
commit
61a4f4a6a2
1 changed files with 2 additions and 1 deletions
|
|
@ -314,7 +314,8 @@ func (c *ServerCommand) Run(args []string) int {
|
|||
info["version"] = version.GetVersion().String()
|
||||
|
||||
// Server configuration output
|
||||
padding := 18
|
||||
padding := 24
|
||||
sort.Strings(infoKeys)
|
||||
c.Ui.Output("==> Vault server configuration:\n")
|
||||
for _, k := range infoKeys {
|
||||
c.Ui.Output(fmt.Sprintf(
|
||||
|
|
|
|||
Loading…
Reference in a new issue