From 8ddcfa6916f010ff57348d4865ac701524bf9d5d Mon Sep 17 00:00:00 2001 From: LeeW Date: Thu, 13 Feb 2025 17:08:19 +0100 Subject: [PATCH] update doc --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62b063d..899f1dc 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Note: The `GPG_TTY` is necessary to have the password prompt appear. src: https: Note: `secrets.yaml` is just an example; the file can have any name -## Example +## Example - Manual The steps in the following example can be run locally in order to: * create a sample secrets file @@ -69,6 +69,14 @@ sops -e -i secrets.yaml sops -d secrets.yaml ``` +## Example - Automation + +```shell +cd example/ +./cmd_sops.sh +``` + + # Automation ```bash