Commit Graph

9 Commits (fcc1bdedda8160cf54e23cdd66155010fc07b004)

Author SHA1 Message Date
Matt Rickard b9a115b3ae Add LocalClient to bypass RPC for drivers
This adds a new libmachine API implementation that skips RPC and instead
uses a vendored in driver directly.  This removes the need to download a
separate driver binary.  Currently, only the "core" drivers, and kvm are
supported as vendored in.  This means that xhyve is the only driver that
requires a separate binary for now.
2017-02-06 21:17:22 -08:00
Matt Rickard 084c1e8181 Deprecate show-libmachine-logs flag
Libmachine logs can be enabled with --v=3 or higher.  --v=7 turns on
debug level info.  This will simplify the debugging control plane and
allow us to transition off of libmachine logs in the future.
2016-12-06 10:49:04 -08:00
vishah ba860e3bf2 Regenerating docs after updating upstream spf13/pflag. related to #811 2016-11-09 16:31:48 -05:00
Jimmi Dyson 812ad9c503
Update generated docs after godep upgrades 2016-10-12 15:25:13 +01:00
dlorenc 7f842c7da0 Fix the test by removing the log-flush-frequency flag.
This was coming from a dependency somewhere that's now gone. Also update help text.
2016-09-29 16:00:20 -07:00
dlorenc a03719665e Make gendocs 2016-09-29 11:23:22 -07:00
Dan Lorenc d29f6ee36f Update help text.
The k8s update updated cobra as well, so the generated help text changed.
2016-06-10 10:07:22 -07:00
dlorenc c89e4c2dd8 Fix the help text. I merged two commits at the same time, and they conflicted. 2016-06-07 17:40:11 -07:00
aprindle 3c59245f32 Added gen_help_text.go and docs/ directory for cobra generated help
documentation.  Added test in Travis for making sure docs are up-to-date.
2016-06-07 16:44:06 -07:00