Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "users", Short: "Retrieve users and their roles", Long: "Retrieve information of all users/roles in the same organization", Args: cobra.NoArgs, RunE: run, }
Cmd configures a new Cobra Command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.