From 174eec2b78472c39ca3c8483bffee73715b39211 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 1 Mar 2024 12:41:45 -0500 Subject: [PATCH] just: sops commands --- justfile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/justfile b/justfile index 42bd8a8..42adace 100644 --- a/justfile +++ b/justfile @@ -18,3 +18,11 @@ remote-install host='linux-builder': --build-on-remote \ --flake .#{{host}} \ root@{{host}} + +# Run this after editing .sops.yaml +sops-updatekeys: + sops updatekeys secrets.json + +# Edit or view the secrets +sops-edit: + sops secrets.json