beringresearch/macpine

Add a `restart` instance command

Closed this issue · 3 comments

Instead of having to write alpine stop <instance> && alpine start <instance> or creating an alias for it for your own system, a simple alpine restart <instance> would be a great addition.

I suppose there's a topic to debate on wording:

  • restart
  • reset
  • reboot
idroz commented

I think that could be handy. I suggest alpine restart.

Potential good-first-issue tag on this one?

I can pick this up after #112 lands, and I'll match the multiple-vm-name handling that PR adds :)