These won't pass right now due to https://github.com/docker/cli/issues/1699
("Plugins can't re-use the same flags as cli global flags") and the change in
935d47bbe9 ("Ignore unknown arguments on the top-level command."), but the
intention is to fix them now.
Signed-off-by: Ian Campbell <ijc@docker.com>
17 lines
432 B
Plaintext
17 lines
432 B
Plaintext
|
|
Usage: docker helloworld [OPTIONS] COMMAND
|
|
|
|
A basic Hello World plugin for tests
|
|
|
|
Options:
|
|
-c, --context string Is it Christmas?
|
|
-D, --debug Enable debug
|
|
--who string Who are we addressing?
|
|
|
|
Commands:
|
|
apiversion Print the API version of the server
|
|
exitstatus2 Exit with status 2
|
|
goodbye Say Goodbye instead of Hello
|
|
|
|
Run 'docker helloworld COMMAND --help' for more information on a command.
|