kd
kd copied to clipboard
Potentially skip kd run operations when DRY_RUN is specified
When running kd as part of CI it is useful to use the DRY_RUN
environment variable to just ensure all files exists and templates etc. are parsed. These scripts will always fail if DRY_RUN
doesn't apply to kd run
operations without adding complexity to these scripts.