Changelog
10.1.0
-x
flag.
Note: only supports $var
syntax--silent
flag that ignores env-cmd errors and missing files and
only terminates on caught signals--verbose
flag that prints additional debugging info to console.info
commander
to 4.x
sinon
, nyc
, and ts-standard
Changelog
10.0.1
undefined
when the value was null
. This
bug caused most executions of env-cmd
to fail with an error, when in fact no error had occurred.Changelog
10.0.0
ts-standard
instead of eslint
for lintingChangelog
9.0.3
Changelog
9.0.2
Changelog
9.0.1
--
in order to pass flags to the command.
Normally I release major breaking changes as major versions, but this was a bug and no documentation
anywhere states using --
as intended or official behavior.npm run lint
command now includes calling tsc
to check for typescript errorsChangelog
9.0.0
\n
) characters intact when parsing env filesChangelog
8.0.0
key
and value
in an env file. In order to include a beginning/ending space in an env var value, you need to surround the value in double or single quotes. ENV = " Value"
cross-spawn
, coveralls
, istanbul -> nyc
, mocha
, proxyquire
, sinon
, standard