all repos — dns @ 5f96654c71bed7edaca5b0bf42979bc5118f49f4

DNS records for my domains, managed via dnscontrol

automate checking for required variables

Alin
commit

5f96654c71bed7edaca5b0bf42979bc5118f49f4

parent

1f7cfb052dbaf51dfca61edb88867ae3f21dfeae

1 file changed, 4 insertions(+), 1 deletion(-)

changed files
M .envrc.envrc
@@ -10,4 +10,7 @@ else
echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]' use nix fi -dotenv + +dotenv_if_exists +# shellcheck disable=SC2046 +env_vars_required $(grep --only-matching '\$[A-Z_]\+' creds.json | cut -d\$ -f2)