mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
25 lines
517 B
Plaintext
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`.
|
|
|
|
|===
|