Adding new updates for vault completions

pull/878/head
Ilan Erenstein 2017-01-02 14:41:35 -08:00
parent afa7a01dd5
commit 0a84ca584e
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