Commit Graph

11 Commits

Author SHA1 Message Date
Ke Xu 0ca33d886c add swarm-join-opt support
Signed-off-by: Ke Xu <leonhartx.k@gmail.com>
2016-06-27 18:17:44 +09:00
Ke Xu 8f4c947d42 grep text for per-driver options
Signed-off-by: Ke Xu <leonhartx.k@gmail.com>
2016-04-30 11:17:01 +09:00
Ke Xu 24103260a3 #3191 add zsh completion
Signed-off-by: Ke Xu <leonhartx.k@gmail.com>
2016-04-26 11:51:40 +09:00
Nathan LeClaire e0570c0c2b Merge pull request #2702 from dgageot/ls-format
Add --format, -f flag to ls command
2016-01-04 14:22:43 -08:00
David Gageot adc60712c8 Allow custom format for ls
Signed-off-by: David Gageot <david@gageot.net>
2015-12-28 17:15:07 +01:00
David Gageot eb33b7e9ed Fix completion installation guide
Signed-off-by: David Gageot <david@gageot.net>
2015-12-28 15:45:24 +01:00
David Schlosnagle 464e19ba1c Delegate to docker-machine from wrapper
Fix an issue with the bash __docker-machine-wrapper function where
commands other than `use` would result in an error.

Signed-off-by: David Schlosnagle <schlosna@gmail.com>
2015-12-19 04:29:46 -05:00
Anil Belur dcdbd84452 Updated the bash completion with new options added.
now changes should reflect the following:
dm ls --timeout
dm env --no-proxy
dm --bugsnag-api-token --github-api-token

Signed-off-by: Anil Belur <askb23@gmail.com>
2015-12-17 10:20:22 +05:30
David Gageot 3612c55677 Add version to machine ls
Signed-off-by: David Gageot <david@gageot.net>
2015-12-03 16:27:42 +01:00
Ben Hamill 5707b38a9e Replace - with _ in bash completion identifiers.
Signed-off-by: Ben Hamill <git-commits@benhamill.com>
2015-11-17 15:20:29 -06:00
David M. Lee 7180ddca87 Adding bash completion and helper scripts
This patch adds some bash helper scripts.

 * docker-machine.bash - command completion for docker-machine
 * docker-machine-prompt.bash - function for putting the active machine
   name in PS1
 * docker-machine-wrapper.bash - function wrapper adding an `use`
   command that runs `eval $(docker-machine env whatever)` in the
   current shell.

Signed-off-by: David M. Lee <dlee@respoke.io>
2015-10-22 15:34:42 -05:00