Skip to content

Commit a986de2

Browse files
committed
doc/sdk-cli-reference.md: add --write-config to and modify --csv-config in 'olm-catalog gen-csv'
1 parent 1d3e873 commit a986de2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/sdk-cli-reference.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ Writes a Cluster Service Version (CSV) manifest and optionally CRD files to `dep
188188

189189
* `--csv-version` string - (required) Semantic version of the CSV manifest.
190190
* `--from-version` string - Semantic version of CSV manifest to use as a base for a new version.
191-
* `--csv-config` string - Path to CSV config file. Defaults to deploy/olm-catalog/csv-config.yaml.
191+
* `--csv-config` string - Path to CSV config file. Set --write-config to write a new default config to path. Default path is deploy/olm-catalog/csv-config.yaml.
192+
* `--write-config` Write a default CSV config file. Set --csv-config=<path> to supply a non-default path. Default path is deploy/olm-catalog/csv-config.yaml.
192193
* `--update-crds` Update CRD manifests in deploy/{operator-name}/{csv-version} using the latest CRD manifests.
193194

194195
#### Example

0 commit comments

Comments
 (0)