Adding credit to the author of vault completion
parent
120b1616d5
commit
8ac4093276
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Credit https://github.com/iljaweis/vault-bash-completion/
|
||||||
|
|
||||||
function _vault() {
|
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='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'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue