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

Swap `k8s` and `apps` for `kubernetes` and `applications` respectively #37

Open kaihoffman opened 4 years ago

kaihoffman commented 4 years ago

Alex E. suggested possibly swapping out the default commands for kubernetes and applications for the shorter k8s and apps to save on typing. Would keep the longer terms as aliases, essentially just swapping out the current defaults for the aliases.

Thoughts?

kaihoffman commented 4 years ago

What do you think @andyjeffries ? I'm personally leaning toward apps being the default, but not sure about k8s being the default over kubernetes

andyjeffries commented 4 years ago

We use applications and kubernetes because they match the official names for both Civo product/services, so I'm happy keeping them as that. Are the aliases described in help text?

kaihoffman commented 4 years ago

Not yet in the top-level help but that's definitely something to implement.