Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "init",
Short: "Applies templates to support Red Hat OpenShift Service on AWS",
Long: "Applies templates to support Red Hat OpenShift Service on AWS. If you are not\n" +
"yet logged in to OCM, it will prompt you for credentials.",
Example: ` # Configure your AWS account to allow IAM (non-STS) ROSA clusters
rosa init
# Configure a new AWS account using pre-existing OCM credentials
rosa init --token=$OFFLINE_ACCESS_TOKEN`,
Run: run,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.