You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/sdk-cli-reference.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -188,7 +188,8 @@ Writes a Cluster Service Version (CSV) manifest and optionally CRD files to `dep
188
188
189
189
*`--csv-version` string - (required) Semantic version of the CSV manifest.
190
190
*`--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.
192
193
*`--update-crds` Update CRD manifests in deploy/{operator-name}/{csv-version} using the latest CRD manifests.
0 commit comments