-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add bash completion for docker stack config
#3577
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3577 +/- ##
=======================================
Coverage 59.36% 59.36%
=======================================
Files 287 287
Lines 24175 24175
=======================================
Hits 14352 14352
Misses 8958 8958
Partials 865 865 |
This adds bash completion for docker#3544. Signed-off-by: Harald Albers <github@albersweb.de>
cb15d42
to
e4381ee
Compare
Signed-off-by: Harald Albers <github@albersweb.de>
e4381ee
to
381fb1d
Compare
I got no idea how the failures in |
Thanks! I completely forgot the completion this time (I recall looking at it when rebasing, but forgot to follow up 😞)
Let me restart that one; it's known to be flaky; see #3554 (and #3573 for a workaround that's being worked on) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
all green now 👍 |
This adds bash completion for #3544.
Also removes the unsupported alias
docker stack cfg
from help output.