vault policy

No description

Subcommands

NameDescription
deleteDeletes the policy named NAME in the Vault server. Once the policy is deleted, all tokens associated with the policy are affected immediately
fmtFormats a local policy file to the policy specification. This command will overwrite the file at the given PATH with the properly-formatted policy file contents
listLists the names of the policies that are installed on the Vault server
readPrints the contents and metadata of the Vault policy named NAME. If the policy does not exist, an error is returned
writeUploads a policy with name NAME from the contents of a local file PATH or stdin. If PATH is '-', the policy is read from stdin. Otherwise, it is loaded from the file at the given path on the local disk