beringresearch/macpine

Pass multiple VM names to `alpine delete`

idroz opened this issue · 3 comments

idroz commented

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

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]

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

idroz commented

Addressed in #86