Functionsยง
- decrypt
- Decrypt all (or a filtered subset of) vault-encrypted values in a JSON or YAML file.
- decrypt_
fuzzy - Fuzzy-select which encrypted keys to decrypt, then run
decryptordecrypt_value_only. - decrypt_
value_ only - Like
decryptbut outputs only the specified keys as a minimal nested JSON/YAML document. Requires at least one key to be specified.