mirror of https://github.com/docker/docs.git
22 lines
510 B
YAML
22 lines
510 B
YAML
command: docker plugin ls
|
|
aliases: list
|
|
short: List plugins
|
|
long: List plugins
|
|
usage: docker plugin ls [OPTIONS]
|
|
pname: docker plugin
|
|
plink: docker_plugin.yaml
|
|
options:
|
|
- option: filter
|
|
shorthand: f
|
|
description: Provide filter values (e.g. 'enabled=true')
|
|
- option: format
|
|
description: Pretty-print plugins using a Go template
|
|
- option: no-trunc
|
|
default_value: "false"
|
|
description: Don't truncate output
|
|
- option: quiet
|
|
shorthand: q
|
|
default_value: "false"
|
|
description: Only display plugin IDs
|
|
|