Commit Graph

20307 Commits (5d16b30514ab68de1da8844e3a6c5a5869fe0eab)

Author SHA1 Message Date
dlorenc 26af1ad0bd More cleanup in Host creation. 2016-04-21 15:00:22 -07:00
dlorenc 038a285073 Refactoring cluster.go a bit.
Get the API reference ahead of time and pass it in.
Separate starting the cluster from starting the Host.
2016-04-21 14:44:00 -07:00
dlorenc 89e2b208ec README additions. 2016-04-19 11:45:58 -07:00
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