esc
esc copied to clipboard
cli: warn in `run` when env contains no environment variables + command has no interpolations
If the environment passed to run
produces no environment variables (i.e. contains no environmentVariables
or files
properties) and the command passed to run
does not contain interpolations, run
should produce some sort of warning.