Decrypt a file using SOPS (Secrets OPerationS).
SOPS supports multiple key management systems:
ksail cipher decrypt secrets.yaml
ksail cipher decrypt secrets.yaml --extract '["data"]["password"]'
ksail cipher decrypt secrets.yaml --output plaintext.yaml
ksail cipher decrypt secrets.yaml --ignore-mac
ksail cipher decrypt <file> [flags]
-e, --extract string extract a specific key from the decrypted file (JSONPath format)
--ignore-mac ignore Message Authentication Code (MAC) check
-o, --output string output file path (default: stdout)
--benchmark Show per-activity benchmark output