Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "account",
Short: "Initialize AWS account with IAM roles",
Long: "Initialize AWS account with IAM roles before creating clusters with STS/role-based authentication.",
Example: ` # Initialize default account roles for OpenShift 4.8.x
rosa init account --version 4.8
# Initialize default account roles manually with IAM roles prefixed with "foo-"
rosa init account --mode manual --prefix foo`,
Run: run,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.