1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/opm-cli-ref-migrate.adoc
2023-03-07 18:30:17 +00:00

25 lines
474 B
Plaintext

// Module included in the following assemblies:
//
// * cli_reference/opm/cli-opm-ref.adoc
[id="opm-cli-ref-migrate_{context}"]
= migrate
Migrate a SQLite database format index image or database file to a file-based catalog.
.Command syntax
[source,terminal]
----
$ opm <index_ref> <output_dir> [<flags>]
----
.`migrate` flags
[options="header",cols="1,3"]
|===
|Flag |Description
|`-o`, `--output` (string)
|Output format: `json` (the default value) or `yaml`.
|===