Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "roles [flags] [ROLE_NAME]", Short: "Retrieve information of the different roles", Long: "Get description of a role or list of all roles", Args: func(cmd *cobra.Command, args []string) error { if len(args) > 1 { return fmt.Errorf("Accepts at most 1 role name") } return nil }, RunE: run, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.