Skip to content

ksail cipher

Cipher command provides access to SOPS (Secrets OPerationS) functionality
for encrypting and decrypting files.
SOPS supports multiple key management systems:
- age recipients
- PGP fingerprints
- AWS KMS
- GCP KMS
- Azure Key Vault
- HashiCorp Vault
Usage:
ksail cipher [command]
Available Commands:
decrypt Decrypt a file with SOPS
edit Edit an encrypted file with SOPS
encrypt Encrypt a file with SOPS
import Import an age key to the system's SOPS key location
rotate Rotate data keys for SOPS-encrypted files
Global Flags:
--benchmark Show per-activity benchmark output
--config string Path to config file (default: ksail.yaml found via directory traversal)
Use "ksail cipher [command] --help" for more information about a command.