#!/bin/bash file="$1" verb="$2" [ -f ".env" ] && source .env set -x cat $file | envsubst | kubectl "${verb:-get}" -f -