Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "ocm-role", Aliases: []string{"ocmrole"}, Short: "Delete ocm role", Long: "Delete ocm role from the current AWS account", Example: ` # Delete ocm role rosa delete ocm-role --role-arn arn:aws:iam::123456789012:role/xxx-OCM-Role-1223456778`, RunE: run, Hidden: true, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.