Commit Graph

11 Commits (3a769cc4b8ad7bf089b2870b03ae2f886d05e8d7)

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
Aaron Prindle bc1f5db71a Added functionality to read/open multiple ports via service cmd. Also
updated tests and help text for multiple ports.  Also updated docs.
2016-10-26 15:14:18 -07:00
Jimmi Dyson badf04b4d2
Add service list subcommand 2016-10-26 14:43:08 +01:00
Jimmi Dyson 3e82478373
Add format flag to service command 2016-10-19 19:52:33 +01: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
Patrick Gray d98cae5404 add documentation for new minikube --https flag with make gendocs 2016-08-25 15:13:44 -04:00
Jimmi Dyson 44b2d9ce20
Add service command, copied & refactored from dashboard command 2016-07-04 15:08:27 +01:00