Uh oh!
There was an error while loading. Please reload this page.
Add bash completion for docker stack config - #3577
Merged
Merged
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>
albersforce-pushed
the
completion-stack-config
branch
from
April 29, 2022 19:32
cb15d42 to
e4381eeCompareSigned-off-by: Harald Albers <github@albersweb.de>
albersforce-pushed
the
completion-stack-config
branch
from
April 29, 2022 20:19
e4381ee to
381fb1dComparealbers
commented
Apr 29, 2022
CollaboratorAuthor
I got no idea how the failures in |
thaJeztah
commented
Apr 30, 2022
Member
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) |
thaJeztah
commented
Apr 30, 2022
Member
all green now 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds bash completion for #3544.
Also removes the unsupported alias
docker stack cfgfrom help output.