open-vault/command
Jeff Mitchell 3b100c5965 Address most of the review feedback 2016-01-19 18:28:10 -05:00
..
server Merge branch 'master' into f-disable-tls 2015-12-29 12:59:02 -05:00
test-fixtures
token Make TokenHelper an interface and split exisiting functionality 2015-12-22 10:23:30 -05:00
audit_disable.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
audit_disable_test.go
audit_enable.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
audit_enable_test.go
audit_list.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
audit_list_test.go
auth.go Using LookupSelf() API method instead of raw HTTP call for auth command 2015-12-28 01:38:00 +00:00
auth_disable.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
auth_disable_test.go
auth_enable.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
auth_enable_test.go
auth_test.go Make TokenHelper an interface and split exisiting functionality 2015-12-22 10:23:30 -05:00
command_test.go
config.go Make TokenHelper an interface and split exisiting functionality 2015-12-22 10:23:30 -05:00
config_test.go
delete.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
delete_test.go
format.go Show error if output format is invalid 2015-12-14 17:14:22 +01:00
generate-root.go Address most of the review feedback 2016-01-19 18:28:10 -05:00
generate-root_test.go Add the ability to generate root tokens via unseal keys. 2016-01-19 18:28:10 -05:00
init.go update init/rekey documentation around keybase entries 2016-01-04 14:17:51 -05:00
init_test.go Allow ASCII-armored PGP pub keys to be passed into -pgp-keys. 2016-01-18 17:01:52 -05:00
key_status.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
key_status_test.go command/key-status: Adding new key-status command 2015-05-27 18:17:02 -07:00
meta.go Make TokenHelper an interface and split exisiting functionality 2015-12-22 10:23:30 -05:00
meta_test.go Move environment variable reading logic to API. 2015-11-04 10:28:00 -05:00
mount.go Switch per-mount values to strings going in and seconds coming out, like other commands. Indicate deprecation of 'lease' in the token backend. 2015-09-25 10:41:21 -04:00
mount_test.go
mounts.go Switch per-mount values to strings going in and seconds coming out, like other commands. Indicate deprecation of 'lease' in the token backend. 2015-09-25 10:41:21 -04:00
mounts_test.go
mounttune.go Fix mount-tune CLI output 2015-10-09 16:03:31 -04:00
path_help.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
path_help_test.go command/path-help: rename command, better error if sealed. Fixes #234 2015-06-18 15:56:42 -07:00
pgp_test.go Add the ability to generate root tokens via unseal keys. 2016-01-19 18:28:10 -05:00
policy_delete.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
policy_delete_test.go command/policy-delete 2015-04-19 16:36:11 -07:00
policy_list.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
policy_list_test.go
policy_write.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
policy_write_test.go
read.go Fix read panic when an empty argument is given. 2016-01-12 08:46:49 -05:00
read_test.go Add ability to read raw field from secret 2015-05-22 11:28:23 -07:00
rekey.go Lotsa warnings if you choose not to be safe 2016-01-08 17:35:07 -05:00
rekey_test.go Allow ASCII-armored PGP pub keys to be passed into -pgp-keys. 2016-01-18 17:01:52 -05:00
remount.go Rejig how dynamic values are represented in system view and location of some functions in various packages; create mount-tune command and API analogues; update documentation 2015-09-10 15:09:54 -04:00
remount_test.go
renew.go Allow to output secrets in YAML format 2015-12-10 11:32:31 +01:00
renew_test.go command/renew 2015-04-13 20:42:07 -07:00
revoke.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
revoke_test.go
rotate.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
rotate_test.go command/rotate: Adding new rotate command 2015-05-28 10:16:33 -07:00
seal.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
seal_test.go
server.go Remove some outdated comments 2015-12-30 21:00:27 -05:00
server_test.go Disable cmd/server tests for now so we can get Travis back on track 2015-12-31 08:48:53 -05:00
ssh.go Stop panic when vault ssh username fetching fails 2015-12-26 15:09:07 -07:00
ssh_test.go Remove use of os/user as it cannot be run with CGO disabled 2015-10-02 18:43:38 -07:00
status.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
status_test.go command: Rename seal-status to status 2015-04-20 12:11:21 -07:00
token_create.go Allow to output secrets in YAML format 2015-12-10 11:32:31 +01:00
token_create_test.go command/token-create: provide more useful output. Fixes #337 2015-06-17 16:59:50 -07:00
token_lookup.go Make token-lookup functionality available via Vault CLI 2015-12-29 20:18:59 +00:00
token_lookup_test.go Make token-lookup functionality available via Vault CLI 2015-12-29 20:18:59 +00:00
token_renew.go Use RenewSelf instead of Renew if the token we're renewing is the same as the client 2015-12-30 14:41:50 -05:00
token_renew_test.go command/token-renew 2015-04-19 18:04:01 -07:00
token_revoke.go command: source general options docs from common source 2015-06-30 12:01:23 -07:00
token_revoke_test.go
unmount.go Fix unmount help output 2015-11-09 15:23:49 -05:00
unmount_test.go
unseal.go Add reset support to the unseal command. 2015-10-28 15:59:39 -04:00
unseal_test.go
version.go Print version on startup. 2015-11-09 13:52:55 -05:00
version_test.go
write.go Input validations, help strings, default_user support 2015-06-30 18:33:17 -04:00
write_test.go command/write: adding force flag for when no data fields are necessary. Fixes #357 2015-06-18 13:51:06 -07:00