-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Description
File: content/manuals/desktop/features/desktop-cli.md
Issue
The Commands table includes multiple version-specific availability notes that may become stale:
update- Manage Docker Desktop updates. Available for Mac only with Docker Desktop version 4.38, or all OSs with Docker Desktop version 4.39 and later.
kubernetes- List Kubernetes images used by Docker Desktop or restart the cluster. Available with Docker Desktop version 4.44 and later.
diagnose- Diagnose Docker Desktop and upload the diagnostics. Available with Docker Desktop 4.60 and later.
These version-specific notes create several problems:
- They become less relevant over time as users upgrade
- They don't indicate what happens on older versions (error message? command not found?)
- They clutter the table with historical information
Suggested fix
Consider one of these approaches:
-
Remove version notes entirely - If these commands are now available in all supported versions of Docker Desktop, the version information is no longer useful.
-
Move to a separate section - Create a "Version History" or "Availability" section at the bottom of the page for users who need to know when features were introduced.
-
Use a minimum version approach - If Docker Desktop has a minimum supported version, only note features that require versions newer than that minimum.
The goal is to keep the main reference table focused on current functionality, not historical availability.
Found by nightly documentation freshness scanner