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

Pass multiple VM names to alpine delete #84

Closed
idroz opened this issue Mar 2, 2023 · 3 comments
Closed

Pass multiple VM names to alpine delete #84

idroz opened this issue Mar 2, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@idroz
Copy link
Collaborator

idroz commented Mar 2, 2023

Currently, macpine supports single vm operations. Passing a list of VMs to alpine delete is desirable.

@idroz idroz added the enhancement New feature or request label Mar 2, 2023
@idroz idroz self-assigned this Mar 2, 2023
@maxzinkus
Copy link
Collaborator

maxzinkus commented Mar 2, 2023

This could interact nicely with completion. If you type alpine delete name-*, it could expand to all VMs with names starting with name-. If you used VM names to namespace your VMs, you could delete every VM associated with one topic all at once like alpine delete project1-* [tab]

@maxzinkus
Copy link
Collaborator

Also- if you add a helper to achieve this, it could be applied to publish, edit, info, start, and stop :)

idroz added a commit that referenced this issue Mar 2, 2023
idroz added a commit that referenced this issue Mar 2, 2023
@idroz
Copy link
Collaborator Author

idroz commented Mar 2, 2023

Addressed in #86

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

No branches or pull requests

2 participants