Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 959 Bytes

ocm_get_verified.md

File metadata and controls

44 lines (30 loc) · 959 Bytes

ocm get verified — Get Verified Component Versions

Synopsis

ocm get verified [<options>] {<component / version}

Options

  -h, --help               help for verified
  -o, --output string      output mode (JSON, json, wide, yaml)
  -s, --sort stringArray   sort fields
      --verified string    verified file (default "~/.ocm/verified")

Description

Get lists remembered verified component versions.

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

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

Examples

$ ocm get verified
$ ocm get verified -f verified.yaml acme.org/component -o yaml

SEE ALSO

Parents

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