Merge pull request #878 from ierenstein/vault-update

Adding new updates for vault completions
pull/869/merge
Nils Winkler 2017-01-03 08:20:34 +01:00 committed by GitHub
commit 734ab9729f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ function _vault_mounts() {
}
function _vault() {
local VAULT_COMMANDS='delete path-help read renew revoke server status write audit-disable audit-enable audit-list auth auth-disable auth-enable capabilities generate-root init key-status list mount mount-tune mounts policies policy-delete policy-write rekey remount rotate seal ssh step-down token-create token-lookup token-renew token-revoke unmount unseal version'
local VAULT_COMMANDS=$(vault 2>&1 | egrep '^ +' | awk '{print $1}')
local cur
local prev