Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 930 Bytes

ocm_get_plugins.md

File metadata and controls

50 lines (34 loc) · 930 Bytes

ocm get plugins — Get Plugins

Synopsis

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

Aliases

plugins, plugin, p

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

Parents

  • ocm get — Get information about artifacts and components
  • ocm — Open Component Model command line client