Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "init",
Short: "Applies templates to support Managed OpenShift on AWS clusters",
Long: "Applies templates to support Managed OpenShift on AWS clusters. If you are not\n" +
"yet logged in to OCM, it will prompt you for credentials.",
Example: ` # Configure your AWS account to allow MOA clusters
moactl init
# Configure a new AWS account using pre-existing OCM credentials
moactl 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.