open-vault/command
Lukasz Jagiello 6530a5e396 Vault status formatting (#4073)
```
:~# vault status
Key                     Value
---                     -----
Seal Type               shamir
Sealed                  false
Total Shares            8
Threshold               2
Version                 0.9.5
Cluster Name            vault-cluster-8c85f1aa
Cluster ID              aaaaaaaa-1111-2222-3333-444444444444
HA Enabled              true
HA Cluster              https://10.0.0.1:8201
HA Mode                 standby
Active Node Address:    https://10.0.0.1:8200
```

`Active Node Address:` - is the only one with a colon at the end.

This PR fix that output style issue.
2018-03-05 07:40:59 -05:00
..
config Create a new command/config subpackage. (#4055) 2018-02-28 20:09:21 -05:00
server Config parameter "tls_disable_client_certs" is wrongly evaluated. (#4049) 2018-02-28 10:07:23 -05:00
test-fixtures
token
approle_concurrency_integ_test.go Fix race in approle integ test 2018-02-09 17:01:10 -05:00
audit.go
audit_disable.go
audit_disable_test.go
audit_enable.go
audit_enable_test.go Adding tests to ensure all backends are mountable (#3861) 2018-02-01 11:30:04 -05:00
audit_list.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
audit_list_test.go
auth.go
auth_disable.go
auth_disable_test.go
auth_enable.go Add TTL related config options on auth enable (#4019) 2018-02-22 10:26:29 -05:00
auth_enable_test.go Adding tests to ensure all backends are mountable (#3861) 2018-02-01 11:30:04 -05:00
auth_help.go Fix confusing error messages around help for 'vault auth' (#4058) 2018-03-01 10:55:24 -05:00
auth_help_test.go
auth_list.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
auth_list_test.go
auth_test.go
auth_tune.go
auth_tune_test.go
base.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
base_flags.go
base_helpers.go
base_helpers_test.go
base_predict.go
base_predict_test.go
command_test.go Adding tests to ensure all backends are mountable (#3861) 2018-02-01 11:30:04 -05:00
commands.go Add support for Google Cloud Spanner (#3977) 2018-02-14 20:31:20 -05:00
config.go Create a new command/config subpackage. (#4055) 2018-02-28 20:09:21 -05:00
config_test.go
delete.go
delete_test.go
format.go Vault status formatting (#4073) 2018-03-05 07:40:59 -05:00
format_test.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
identity_group_aliases_integ_test.go go vet fixes 2018-02-05 14:26:31 -05:00
lease.go
lease_renew.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
lease_renew_test.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
lease_revoke.go
lease_revoke_test.go
list.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
list_test.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
login.go Don't output warning about not storing the token if the user uses 2018-03-01 21:02:54 -05:00
login_test.go
main.go Add newline on non-ttl output (#3967) 2018-02-13 14:46:57 -05:00
operator.go
operator_generate_root.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
operator_generate_root_test.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
operator_init.go Re-add lost stored-shares parameter to operator rekey command. (#3974) 2018-02-14 16:10:45 -05:00
operator_init_test.go Also exclude init command from race detector 2018-02-16 11:09:36 -05:00
operator_key_status.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
operator_key_status_test.go
operator_rekey.go Re-add lost stored-shares parameter to operator rekey command. (#3974) 2018-02-14 16:10:45 -05:00
operator_rekey_test.go Exclude rekey command tests from race detector 2018-02-08 13:34:45 -05:00
operator_seal.go
operator_seal_test.go
operator_step_down.go
operator_step_down_test.go
operator_unseal.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
operator_unseal_test.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
path_help.go
path_help_test.go
path_map_upgrade_api_test.go
pgp_test.go
policies_deprecated.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
policies_deprecated_test.go
policy.go
policy_delete.go
policy_delete_test.go
policy_fmt.go
policy_fmt_test.go
policy_list.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
policy_list_test.go
policy_read.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
policy_read_test.go
policy_write.go
policy_write_test.go
read.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
read_test.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
rotate.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
rotate_test.go
secrets.go
secrets_disable.go
secrets_disable_test.go
secrets_enable.go
secrets_enable_test.go Adding tests to ensure all backends are mountable (#3861) 2018-02-01 11:30:04 -05:00
secrets_list.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
secrets_list_test.go
secrets_move.go
secrets_move_test.go
secrets_tune.go
secrets_tune_test.go
server.go Use atomic values in seal to avoid some data races (#4040) 2018-02-23 17:18:48 -05:00
server_test.go
ssh.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
ssh_test.go
status.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
status_test.go
token.go
token_capabilities.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
token_capabilities_test.go
token_create.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
token_create_test.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
token_lookup.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
token_lookup_test.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
token_renew.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
token_renew_test.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
token_revoke.go
token_revoke_test.go
unwrap.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
unwrap_test.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
util.go Create a new command/config subpackage. (#4055) 2018-02-28 20:09:21 -05:00
version.go
version_test.go
write.go CLI Enhancements (#3897) 2018-02-12 18:12:16 -05:00
write_test.go