1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/opm-cli-ref-render.adoc
2021-10-01 06:14:12 +00:00

25 lines
517 B
Plaintext

// Module included in the following assemblies:
//
// * cli_reference/opm/cli-opm-ref.adoc
[id="opm-cli-ref-render_{context}"]
= render
Generate a declarative config blob from the provided index images, bundle images, and SQLite database files.
.Command syntax
[source,terminal]
----
$ opm render <index_image | bundle_image | sqlite_file> [<flags>]
----
.`render` flags
[options="header",cols="1,3"]
|===
|Flag |Description
|`-o`, `--output` (string)
|Output format: `json` (the default value) or `yaml`.
|===