11command : docker desktop logs
2- short : Print log entries for Docker Desktop
3- usage : docker desktop logs [OPTIONS]
2+ short : Print log entries
3+ long : Print log entries
4+ usage : docker desktop logs
45pname : docker desktop
56plink : docker_desktop.yaml
67options :
78 - option : boot
89 shorthand : b
9- value_type : init
10- default_value : false
11- description : Show logs from a specified boot. Zero means the current or boot, one the second last boot, and so on
10+ value_type : int
11+ default_value : " 0"
12+ description : |
13+ Show logs from a specified boot. Zero means the current or boot, one the second last boot, and so on.
1214 deprecated : false
1315 hidden : false
1416 experimental : false
@@ -18,7 +20,7 @@ options:
1820 - option : color
1921 shorthand : c
2022 value_type : bool
21- default_value : false
23+ default_value : " false"
2224 description : Enable colored output. Priority levels are highlighted.
2325 deprecated : false
2426 hidden : false
@@ -28,9 +30,9 @@ options:
2830 swarm : false
2931 - option : color-mode
3032 shorthand : m
31- value_type : bool
33+ value_type : string
3234 default_value : default
33- description : Color mode to use. Can be ` default` or ` priority`
35+ description : Color mode to use. Can be ' default' or ' priority'
3436 deprecated : false
3537 hidden : false
3638 experimental : false
@@ -39,9 +41,8 @@ options:
3941 swarm : false
4042 - option : directory
4143 shorthand : D
42- value_type : bool
43- default_value : false
44- description : Specifies a custom directory to search for log entries
44+ value_type : string
45+ description : Specifies a custom directory to search for log entries.
4546 deprecated : false
4647 hidden : false
4748 experimental : false
@@ -50,9 +51,10 @@ options:
5051 swarm : false
5152 - option : priority
5253 shorthand : p
53- value_type : init
54- default_value : -1
55- description : Filter output by log priorities. `-1` is all, `0` is info or above, `1` filters for warnings or above, `2` filters for errors.
54+ value_type : int
55+ default_value : " -1"
56+ description : |
57+ Filter output by log priorities. -1 (default) is all, 0 is info or above, 1 warnings or above, 2 errors.
5658 deprecated : false
5759 hidden : false
5860 experimental : false
@@ -61,9 +63,9 @@ options:
6163 swarm : false
6264 - option : since
6365 shorthand : S
64- value_type : bool
65- default_value : false
66- description : Start showing entries on or newer than the specified date and time. Uses the systemd.time(7) format.
66+ value_type : string
67+ description : |
68+ Start showing entries on or newer than the specified date and time. Uses the systemd.time(7) format.
6769 deprecated : false
6870 hidden : false
6971 experimental : false
@@ -72,9 +74,10 @@ options:
7274 swarm : false
7375 - option : unit
7476 shorthand : u
75- value_type : bool
76- default_value : false
77- description : Filter by one or more categories (e.g. `--unit=com.docker.backend.ipc`, `com.docker.backend.apiproxy`)
77+ value_type : stringSlice
78+ default_value : ' []'
79+ description : |
80+ Filter by one or more categories (e.g. --unit=com.docker.backend.ipc,com.docker.backend.apiproxy)
7881 deprecated : false
7982 hidden : false
8083 experimental : false
@@ -83,9 +86,9 @@ options:
8386 swarm : false
8487 - option : until
8588 shorthand : U
86- value_type : bool
87- default_value : false
88- description : Start showing entries on or before the specified date and time. Uses the systemd.time(7) format.
89+ value_type : string
90+ description : |
91+ Start showing entries on or before than the specified date and time. Uses the systemd.time(7) format.
8992 deprecated : false
9093 hidden : false
9194 experimental : false
@@ -97,4 +100,5 @@ hidden: false
97100experimental : false
98101experimentalcli : false
99102kubernetes : false
100- swarm : false
103+ swarm : false
104+
0 commit comments