andrewchilds / overcast

Orchestrate VMs from your terminal
MIT License
479 stars 36 forks source link

`overcast import` appears to be a duplicate of `overcast instance import` #33

Closed garnold closed 9 years ago

andrewchilds commented 9 years ago

Hey @garnold - yeah there are a couple shortcut/alias commands:

overcast destroy -> overcast [provider] destroy
overcast get -> overcast instance get
overcast import -> overcast instance import
overcast reboot -> overcast [provider] reboot

Even though they're aliases, I think Overcast is more intuitive with them vs. without them.

garnold commented 9 years ago

Gotcha, closing.