1
0
mirror of https://github.com/docker/cli.git synced 2026-01-23 15:21:32 +03:00

Add bash completion for experimental docker deploy

Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: 10f567ec6aaa059626bbe32eb8786bf5a4b447fc
Component: engine
This commit is contained in:
Harald Albers
2016-12-02 03:19:08 -08:00
parent d154f4f76d
commit 19eecae26c

View File

@@ -1882,6 +1882,10 @@ _docker_daemon() {
esac
}
_docker_deploy() {
__docker_is_experimental && _docker_stack_deploy
}
_docker_diff() {
_docker_container_diff
}
@@ -3865,6 +3869,7 @@ _docker() {
)
local experimental_commands=(
deploy
)
# These options are valid as global options for all client commands