Start now outputs the correct commands
We add all the IPs to the certificate at creation time.
The certificate is created with ClientAuth extension.
We copy the correct certificates.
go run cli/main.go start will bring up a VM with localkube
running and print out instructions on how to use it.
Lots to do still:
- This is not very safe to re-run, but it will attempt to reuse a VM
if it already exists
- Commands for stopping/restarting/deleting
This commit adds a root CLI with no commands yet. This was generated
using "cobra init", with only a few modifications:
- License fixes.
- Removal of viper config loading.
- Help text modifications.