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
--apis-dir string Project relative path to root directory for API type defintions (default "pkg/apis")
130
130
--crd-dir string Project relative path to root directory for CRD and CR manifests
131
+
--csv-channel string Channel the CSV should be registered under in the package manifest
131
132
--csv-version string Semantic version of the CSV. This flag must be set if a package manifest exists
133
+
--default-channel Use the channel passed to --csv-channel as the package manifests' default channel. Only valid when --csv-channel is set
132
134
--deploy-dir string Project relative path to root directory for operator manifests (Deployment and RBAC) (default "deploy")
135
+
--from-version string Semantic version of an existing CSV to use as a base
133
136
-h, --help help for csv
134
137
--make-manifests When set, the generator will create or update a CSV manifest in a 'manifests' directory. This directory is intended to be used for your latest bundle manifests. The default location is deploy/olm-catalog/<operator-name>/manifests. If --output-dir is set, the directory will be <output-dir>/manifests (default true)
135
138
--operator-name string Operator name to use while generating CSV
0 commit comments