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

View file

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