Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 498 Bytes

operator-sdk_print-deps.md

File metadata and controls

25 lines (15 loc) · 498 Bytes

operator-sdk print-deps

Print Golang packages and versions required to run the operator

Synopsis

The operator-sdk print-deps command prints all Golang packages and versions expected by this version of the Operator SDK. Versions for these packages should match those in an operator's go.mod file.

operator-sdk print-deps [flags]

Options

  -h, --help   help for print-deps

SEE ALSO