💾 Archived View for freeshell.de › tldr › sops.gmi captured on 2023-07-10 at 14:57:32. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
SOPS: Secrets OPerationS.
Tool for managing secrets.
sops -e {path/to/myfile.json} > {path/to/myfile.enc.json}
sops -d {path/to/myfile.enc.json}
sops -r {path/to/myfile.enc.yaml}
sops -d --input-type json {path/to/myfile.enc.json}
sops -d --extract '["an_array"][1]' {path/to/myfile.enc.json}
diff <(sops -d {path/to/secret1.enc.yaml}) <(sops -d {path/to/secret2.enc.yaml})
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).