fix: removes the -t argument from imposter down.#3
Conversation
The imposter-cli down command dropped the -t/--engine-type flag and now takes a positional mock ID or --all. Passing the engine type as a value made it parse as a mock ID, so stop the run with --all instead and mark the engine-type input deprecated, warning when it is set.
|
Thanks for raising this, @zzcgumn — you correctly spotted that I've pushed a follow-up commit to this branch to round out the fix. The recent imposter-cli change didn't just drop the flag, it reworked the command's interface: So Since the action doesn't track individual mock IDs, the follow-up uses
|
No description provided.