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

Add option to switch kubectl context with switch #31

Closed kaihoffman closed 5 years ago

kaihoffman commented 5 years ago

Currently using kubernetes create --wait --save saves the config file and switches context automatically to it. Could implement a --switch boolean option to make it do it only when required.