civo / cli-rubygem

Command line interface for interacting with Civo's cloud API
https://www.civo.com
MIT License
15 stars 4 forks source link

Instance creation #11

Closed kaihoffman closed 5 years ago

kaihoffman commented 5 years ago

Adds a random name generator feature if a user doesn't provide a HOSTNAME for instance#create

Unifies all the help text in instance methods to use ID/HOSTNAME.

Implements long_desc in instance#create to clean up the help text.