-
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 trust
commands
#609
Conversation
Removes a copy & paste leftover. Signed-off-by: Harald Albers <[email protected]>
Signed-off-by: Harald Albers <[email protected]>
IIRC, we marked these commands "experimental" (which is a bit tricky, because it's a client-side only feature, so we don't currently hide them). I don't see a real harm in including them in the completion scripts (as 17.10 is an edge release, so no long-term consequences) @riyazdf PTAL |
@thaJeztah The commands are only considered in bash completion if the CLI runs against an experimental server. |
awesome, thanks @albers! I am not familiar with how bash completion works so it'd be best if someone else can provide review/approval here. |
ah, yes, I forgot for a minute we added the check for experimental here as well 👍 |
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
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 🐮
This adds bash completion for #472.
This should go into 17.10.0 because the feature is present in that release.