cli: add reference pages for kubernetes status and reset-cluster - #26144
Merged
Merged
Conversation
These subcommands exist in desktop-cli but were missing from data/cli/desktop, so no reference page was generated for them. Also fixes the kubernetes parent's clink pointing at a nonexistent docker_desktop_engine_images.yaml.
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
mat007
marked this pull request as ready for review
September 21, 2026 09:52
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 free
to 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.
Description
docker desktop kubernetes statusanddocker desktop kubernetes reset-clusterare implemented in desktop-cli but had no reference page:data/cli/desktopwas missing their YAML, which is what the reference pages are generated from. Adds both files and lists them in the parent command'scname/clink(also fixesclinkpointing at a nonexistentdocker_desktop_engine_images.yaml).Related issues or tickets
https://docker.atlassian.net/browse/DDB-567
Reviews