Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pkg/cli/admin/release/extract.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ var (
"azure": "AzureProviderSpec",
"openstack": "OpenStackProviderSpec",
"gcp": "GCPProviderSpec",
"ibmcloud": "IBMCloudProviderSpec",
"ovirt": "OvirtProviderSpec",
"vsphere": "VSphereProviderSpec",
}
Expand Down Expand Up @@ -80,7 +81,7 @@ func NewExtract(f kcmdutil.Factory, streams genericclioptions.IOStreams) *cobra.

The --credentials-requests flag filters extracted manifests to only cloud credential
requests. The --cloud flag further filters credential requests to a specific cloud.
Valid values for --cloud include aws, gcp, azure, openstack, ovirt, and vsphere.
Valid values for --cloud include aws, gcp, ibmcloud, azure, openstack, ovirt, and vsphere.

Instead of extracting the manifests, you can specify --git=DIR to perform a Git
checkout of the source code that comprises the release. A warning will be printed
Expand Down