DockerCLI/cli-plugins/manager
Tibor Vass 1ed02c40fe cli-plugins: alias an existing allowed command (only builder for now)
With this patch it is possible to alias an existing allowed command.
At the moment only builder allows an alias.

This also properly puts the build command under builder, instead of image
where it was for historical reasons.

Signed-off-by: Tibor Vass <tibor@docker.com>
2019-04-19 01:26:45 +00:00
..
candidate.go Add support for running a CLI plugin 2019-01-30 13:44:04 +00:00
candidate_test.go Integrate CLI plugins into `docker info` 2019-01-30 13:45:26 +00:00
cobra.go Refactor plugins' vendor location on --help 2019-02-21 17:54:11 +01:00
error.go Integrate CLI plugins into `docker info` 2019-01-30 13:45:26 +00:00
error_test.go Integrate CLI plugins into `docker info` 2019-01-30 13:45:26 +00:00
manager.go cli-plugins: alias an existing allowed command (only builder for now) 2019-04-19 01:26:45 +00:00
manager_test.go harden config.Path() to disallow directory traversal 2019-03-07 14:40:53 +00:00
manager_unix.go Add support for running a CLI plugin 2019-01-30 13:44:04 +00:00
manager_windows.go Search Windows CLI plugins also in ProgramFiles 2019-03-20 11:45:03 -07:00
metadata.go Documentation on writing a plugin 2019-01-30 13:45:26 +00:00
plugin.go Refactor code which deals with Windows' `.exe` suffix 2019-01-30 13:45:26 +00:00
suffix_unix.go Refactor code which deals with Windows' `.exe` suffix 2019-01-30 13:45:26 +00:00
suffix_windows.go Check for `.exe` case insensitively 2019-01-30 13:45:26 +00:00