Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add vip dev-env stop --all command. #1850

Closed
BrookeDot opened this issue Jun 1, 2024 · 1 comment · Fixed by #1854
Closed

Add vip dev-env stop --all command. #1850

BrookeDot opened this issue Jun 1, 2024 · 1 comment · Fixed by #1854
Labels
[Type] Enhancement New feature or request

Comments

@BrookeDot
Copy link
Contributor

BrookeDot commented Jun 1, 2024

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 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

  1. Start multiple dev-env with vip dev-env start --slug
  2. Run vip dev-env stop
@BrookeDot BrookeDot added the [Type] Enhancement New feature or request label Jun 1, 2024
@sjinks
Copy link
Member

sjinks commented Jun 4, 2024

See #1854

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants