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