Add bash completion for experimental docker deploy
Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: 5b7c564969
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
0cb48c811d
commit
e316264926
@ -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
|
||||
|
||||
Reference in New Issue
Block a user