Uh oh!
There was an error while loading. Please reload this page.
cli: Update docs - #23861
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Looks like there's some error in the CLI docs: |
| min_api_version: "1.41" | ||
| min_api_version: "1.52" |
There was a problem hiding this comment.
Interesting; curious if this was some mistake somewhere; let me check
There was a problem hiding this comment.
oh! never mind this is for docker service, so probably correct
There was a problem hiding this comment.
Nope; it is a bug / mistake; looks like some copy/pasta same flag-name repeated here; https://github.com/docker/cli/blob/93fa57bbcd08f2f5be7f6cf22f4273a2b5a49e71/cli/command/service/opts.go#L905-L910
There was a problem hiding this comment.
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
08ffb4b to
4065ed0Comparevvoland
commented
Dec 18, 2025
Actually, gave it a quick try to make a workflow that does this automatically: #23867 |
Description
The cli docs haven't been imported for a while. We should automate this somehow.
Related issues or tickets
Reviews