You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running more than one vip dev-env each one must be stopped manually. The desired behavior is to add a command to stop all running environments such as vip dev-env stop --all, vip dev-env purge, or vip dev-env stop to ask if all running environments should be stopped.
Actual Behavior
The stop command requires a --slug be added otherwise an error is shown:
$ vip dev-env stop
Error: More than one environment found: example, example-2, example-3. Please re-run command with the --slug parameter for the targeted environment.
Steps to Reproduce the Problem
Start multiple dev-env with vip dev-env start --slug
Run vip dev-env stop
The text was updated successfully, but these errors were encountered:
Desired Behavior
When running more than one
vip dev-env
each one must be stopped manually. The desired behavior is to add a command to stop all running environments such asvip dev-env stop --all
,vip dev-env purge
, orvip dev-env stop
to ask if all running environments should be stopped.Actual Behavior
The stop command requires a
--slug
be added otherwise an error is shown:Steps to Reproduce the Problem
dev-env
withvip dev-env start --slug
vip dev-env stop
The text was updated successfully, but these errors were encountered: