-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocker.cmd.yaml
45 lines (45 loc) · 1.07 KB
/
docker.cmd.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
specVersion: 1.0.0
command:
name: docker
version: 23.0.1
options:
- flag: ["--help"]
help: Show help
type: toggle
subcommands:
- name: inspect
help: Return low-level information on Docker objects
options:
- flag: ["-f", "--format"]
help: Format using Go template
type: valueOptional
- flag: ["-s", "--size"]
help: Display total file sizes
type: toggle
- flag: ["--type"]
help: Return JSON for type
- argument: name|id
help: Name or ID
- name: ps
help: List containers
options:
- flag: ["--all"]
help: Show all containers
type: toggle
- flag: ["--no-trunc"]
help: Don't truncate output
type: toggle
- flag: ["--latest"]
help: Show latest created container
type: toggle
- flag: ["--quiet"]
help: Only display container IDs
type: toggle
- flag: ["--size"]
help: Display total file sizes
type: toggle
- name: info
help: Display system-wide information
options:
- flag: ["--format"]
help: Format using Go template