doc: add version to agenix command

This commit is contained in:
Ryan Mulligan 2022-09-25 14:14:27 -07:00
parent edf0d09012
commit 84f0dc0a4f
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ function show_help () {
echo 'RULES environment variable with path to Nix file specifying recipient public keys.'
echo "Defaults to './secrets.nix'"
echo ' '
echo "agenix version: 0.12.0"
echo "age binary path: ${ageBin}"
echo "age version: $(${ageBin} --version)"
}