You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`-f`, `--filter`|`filter`|| Provide filter values (e.g. `enabled=true`) |
15
-
|[`--format`](#format)|`string`|| Format output using a custom template:<br>'table': Print output in table format with column headers (default)<br>'table TEMPLATE': Print output in table format using the given Go template<br>'json': Print in JSON format<br>'TEMPLATE': Print output using the given Go template.<br>Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates |
|[`-f`](#filter), [`--filter`](#filter)|`filter`|| Provide filter values (e.g. `enabled=true`) |
15
+
|[`--format`](#format)|`string`|| Format output using a custom template:<br>'table': Print output in table format with column headers (default)<br>'table TEMPLATE': Print output in table format using the given Go template<br>'json': Print in JSON format<br>'TEMPLATE': Print output using the given Go template.<br>Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates |
16
+
|`--no-trunc`||| Don't truncate output |
17
+
|`-q`, `--quiet`||| Only display plugin IDs |
18
18
19
19
20
20
<!---MARKER_GEN_END-->
@@ -35,7 +35,7 @@ ID NAME DESCRIPTION
35
35
69553ca1d123 tiborvass/sample-volume-plugin:latest A test plugin for Docker true
36
36
```
37
37
38
-
### <aname="format"></a> Filtering (--filter)
38
+
### <aname="filter"></a> Filtering (--filter)
39
39
40
40
The filtering flag (`-f` or `--filter`) format is of "key=value". If there is more
41
41
than one filter, then pass multiple flags (e.g., `--filter "foo=bar" --filter "bif=baz"`)
0 commit comments