mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
<!--Delete sections as needed --> ## Description Updates Docker Desktop CLI reference. Ideally we vendor in the docs instead of manually adjusting. But need to complete setup on this (David started this before he left). This is a short term solution to get the docs in ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Co-authored-by: Dorin-Andrei Geman <doringeman@gmail.com>
33 lines
911 B
YAML
33 lines
911 B
YAML
command: docker desktop version
|
|
short: Show the Docker Desktop CLI plugin version information
|
|
long: Show the Docker Desktop CLI plugin version information
|
|
usage: docker desktop version [OPTIONS]
|
|
pname: docker desktop
|
|
plink: docker_desktop.yaml
|
|
options:
|
|
- option: format
|
|
shorthand: f
|
|
value_type: string
|
|
description: 'Format the output. Values: [pretty | json]. (Default: pretty)'
|
|
deprecated: false
|
|
hidden: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
- option: short
|
|
value_type: bool
|
|
default_value: "false"
|
|
description: Shows only the version number
|
|
deprecated: false
|
|
hidden: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
deprecated: false
|
|
hidden: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false |