./env-checker.phar ./your-project/.env.dist ./path-to/your-k8s-deployment-files# clone your (separate ^_^) deployment repository
git clone git@github.com:your-company/your-companys-k8s-repo
# now run the test...
./env-checker.phar ./your-project/.env.dist ./your-k8s-deploymentYou can use the quiet option (-q) to silence any output if you wish to do so.