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
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,10 @@ pkg/apis/app/v1alpha1/
180
180
181
181
Parent command for all OLM Catalog related commands.
182
182
183
+
#### Flags
184
+
185
+
*`--write-csv-config` string or empty - Write a default CSV config file. A default path is used if no value is provided. Set --write-csv-config=<path> to supply a non-default path
186
+
183
187
### gen-csv
184
188
185
189
Writes a Cluster Service Version (CSV) manifest and optionally CRD files to `deploy/olm-catalog/{operator-name}/{csv-version}`.
@@ -188,7 +192,8 @@ Writes a Cluster Service Version (CSV) manifest and optionally CRD files to `dep
188
192
189
193
*`--csv-version` string - (required) Semantic version of the CSV manifest.
190
194
*`--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.
195
+
*`--csv-config` string - Path to CSV config file. If unset, default file paths are used
196
+
*`--write-csv-config` string or empty - Write a default CSV config file. A default path is used if no value is provided. Set --write-csv-config=<path> to supply a non-default path
192
197
*`--update-crds` Update CRD manifests in deploy/{operator-name}/{csv-version} using the latest CRD manifests.
0 commit comments