1. 09 11月, 2016 1 次提交
  2. 04 11月, 2016 2 次提交
  3. 26 10月, 2016 3 次提交
  4. 12 10月, 2016 1 次提交
  5. 05 10月, 2016 1 次提交
    • M
      Godeps updates (#656) · 6f8c520d
      Matt Rickard 提交于
      * Inconsistencies between godeps and vendor
      
      * Update spf13/cobra to 9c28e4b
      
      Previous HEAD position was f62e98d... Merge pull request #300 from
      cshung/master
      HEAD is now at 9c28e4b... Merge pull request #339 from bogem/fixes
      
      * Update spf13/pflag to c7e63cf
      
      Previous HEAD position was 1560c10... Bump Go versions in Travis config
      HEAD is now at c7e63cf... Merge pull request #93 from bogem/flagStrings
      
      * Update spf13/viper to ed0a967
      
      Previous HEAD position was 382f87b... Remove expensive TRACE logging
      HEAD is now at ed0a967... Fix retrieval of pflag stringSlice (#240)
      
      * Update docker/machine to 91e368
      6f8c520d
  6. 30 9月, 2016 3 次提交
  7. 28 9月, 2016 2 次提交
  8. 24 9月, 2016 2 次提交
  9. 09 9月, 2016 1 次提交
  10. 24 8月, 2016 1 次提交
  11. 03 8月, 2016 1 次提交
  12. 25 7月, 2016 2 次提交
  13. 02 7月, 2016 1 次提交
  14. 29 6月, 2016 1 次提交
  15. 27 6月, 2016 1 次提交
  16. 19 6月, 2016 1 次提交
  17. 15 6月, 2016 1 次提交
  18. 12 6月, 2016 1 次提交
  19. 11 6月, 2016 1 次提交
  20. 08 6月, 2016 2 次提交
  21. 25 5月, 2016 1 次提交
  22. 24 5月, 2016 1 次提交
  23. 14 5月, 2016 2 次提交
  24. 04 5月, 2016 1 次提交
  25. 26 4月, 2016 1 次提交
  26. 20 4月, 2016 1 次提交
    • D
      Initial prototype using libmachine and localkubectrl. · e8a60b9c
      dlorenc 提交于
      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
      e8a60b9c
  27. 19 4月, 2016 1 次提交
    • D
      Initial commit of CLI using cobra scaffolding. · b2b63b5e
      dlorenc 提交于
      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.
      b2b63b5e