cli-rubygem
cli-rubygem copied to clipboard
Command line interface for interacting with Civo's cloud API
Adds node recycling to current CLI and usage instructions to README
Using a Mac hit two problems. 1. Asked for root password, I would prefer to install this in user space and adjust my `PATH` workaround: Fine here my root password...
``` k3sup-civo-tutorial$ ./add-agents.sh The IP of the server is: 91.211.152.189 Adding nodes 2, 3, and 4 Building new instance k3sup-agent-2: Done Created instance k3sup-agent-2 - [email protected] in 00 min 43...
If a user has no API keys set and adds a new API key, for simplicity's sake make that automatically the current key.
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,...
Have a way for a user to see the post-install information currently visible on the dashboard when Kubernetes apps are installed on the CLI
Alex Ellis had an idea of having a similar list to Docker's [Adjective]-[Noun] to make memorable names.
Currently the spinner will spin until instance/cluster is created or times out. Could benefit from a counter of seconds taken or similar more effective display that it has not hung.
I think we should implement a global `-o=json` or `--output=json` which outputs in JSON format for neat scripting in to `jq`. I also think we should consider a `-q` which...