-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
33 lines (33 loc) · 904 Bytes
/
plugin.json
File metadata and controls
33 lines (33 loc) · 904 Bytes
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
{
"SchemaVersion": "0.1.0",
"Vendor": "BitChisel",
"Version": "1.0.1",
"ShortDescription": "Human-readable format for Docker container listings",
"Description": "A Docker CLI plugin that provides more human-friendly container listings with enhanced formatting of docker ps output",
"Usage": {
"Description": "A more human-readable format for docker ps output",
"Flags": [
{
"Name": "watch",
"Shorthand": "w",
"Usage": "Watch mode: continuously update container status"
},
{
"Name": "help",
"Shorthand": "h",
"Usage": "Show help information"
},
{
"Name": "v",
"Usage": "Show verbose output (detailed information)"
}
],
"Example": "docker psa -w"
},
"Binaries": [
{
"Name": "docker-cli-plugin-psa",
"Path": "/usr/local/bin/docker-cli-plugin-psa"
}
]
}