Todd Bluhm

Results 29 comments of Todd Bluhm

yes, I believe `cross-env` is what you are looking for. You can also combine both CLI's in one command to accomplish what you are looking if you want the best...

Yes, `-e` and `-r` are mutually exclusive. I am considering simplifying the options as I think that they have become a bit unwieldy. Maybe just a single `-f` which can...

Should be resolved when https://github.com/toddbluhm/env-cmd/pull/411 version 11.0.0 is released shortly.

Yeah, more than happy to accept a PR related to this. I don't really know many people using the API, so any API requests or ideas are welcomed!

Hey, sorry for the delay in getting around to this, it has been a very busy few months for me. I hope to have a new release out within the...

Now tracking the `v11` release on this PR #411

Good news, almost all the PRs for the new release are in, and the new GitHub action workflow for automating npm publish is in as well. Just need to land...

@anichols-ht just released the new version (11.0.0). A lot of changes were made to accommodate newer node versions, so please open new issues if you find bugs or weird functionality.

I do believe this resulted from either one of two issues. 1. The usage of `commander` and how I parsed out provided arguments was wonky/hacky. I have since fixed that...