plugins

Usage

ocm get plugins [<options>] {<plugin name>}

Options

  -h, --help               help for plugins
  -o, --output string      output mode (JSON, json, wide, yaml)
  -s, --sort stringArray   sort fields

Description

Get lists information for all plugins specified, if no plugin is specified all registered ones are listed.

With the option –output the output mode can be selected. The following modes are supported:

  • (default)
  • JSON
  • json
  • wide
  • yaml

Examples


$ ocm get plugins
$ ocm get plugins demo -o yaml

See Also

  • ocm get — Get information about artifacts and components