sops
Verified for current stable LTS
Sops Commands
Sops command syntax with verified terminal examples.
Commands
7 commands for Sops
sops HTTP
Sops Command: Change Extension File On Encrypt Sops
sops -d --input-type json <path/to/file.enc.json> sops HTTP
Sops Command: Decrypt File To Stdout Sops
sops -d <path/to/file.enc.json> sops HTTP
Sops Command: Encrypt File Sops
sops -e <path/to/file.json> > <path/to/file.enc.json> sops Archive
Sops Command: Extract Keys And Array Elements Sops
sops -d --extract '[ sops Operations
Sops Command: Rotate Data Keys Sops File
sops -r <path/to/file.enc.yaml> sops Operations
Sops Command: Show Difference Between Sops Files
diff <(sops -d <path/to/secret1.enc.yaml>) <(sops -d <path/to/secret2.enc.yaml>) sops Operations
Sops Command: Update Keys In Sops File
sops updatekeys <path/to/file.enc.yaml> Suggest a Sops Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Sops workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.