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

Require cluster name to install app to / default cluster to apply app install to #38

Closed kaihoffman closed 4 years ago

kaihoffman commented 4 years ago

Currently, even if a user only has one kubernetes cluster and they run civo apps add app_name on its own the CLI errors out hard.

Options: Either,

kaihoffman commented 4 years ago

As a first pass, https://github.com/civo/cli/commit/e24c67a11397eaad6630a1e2d2a13fdebbb8d932 makes the --cluster switch required.