Commit Graph

22054 Commits (99984d70aa51d408bc605f4b1bf628574a049314)

Author SHA1 Message Date
dlorenc e8a60b9cdf Initial prototype using libmachine and localkubectrl.
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
2016-04-19 11:21:57 -07:00
dlorenc b2b63b5e2f Initial commit of CLI using cobra scaffolding.
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.
2016-04-18 10:40:41 -07:00
Vish Kannan 9cf84c2acd Update License file 2016-04-15 15:44:00 -07:00
Vish Kannan 320cff6595 Initial commit 2016-04-15 15:38:35 -07:00