Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "user-role", Aliases: []string{"userrole"}, Short: "Create user role to verify account association", Long: "Create user role that allows OCM to verify that users creating a cluster " + "have access to the current AWS account.", Example: ` # Create user roles rosa create user-role # Create user role with a specific permissions boundary rosa create user-role --permissions-boundary arn:aws:iam::123456789012:policy/perm-boundary`, Run: run, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.