DockerCLI/cli-plugins
Ian Campbell f912b55bd1 Integrate CLI plugins into `docker help` output.
To do this we add a stub `cobra.Command` for each installed plugin (only when
invoking `help`, not for normal running).

This requires a function to list all available plugins so that is added here.

Signed-off-by: Ian Campbell <ijc@docker.com>
2019-01-30 13:44:06 +00:00
..
examples/helloworld Add support for running a CLI plugin 2019-01-30 13:44:04 +00:00
manager Integrate CLI plugins into `docker help` output. 2019-01-30 13:44:06 +00:00
plugin Add basic framework for writing a CLI plugin 2019-01-29 11:26:40 +00:00