confguard 3.2.0

Guard your sensitive configuration files
Documentation
1
2
3
4
5
#!/usr/bin/env bash
#
# DO NOT DELETE
#
[[ -f "$SOPS_PATH/environments/${RUN_ENV:-local}.env" ]] && cat "$SOPS_PATH/environments/${RUN_ENV:-local}.env"