Documentation
¶
Overview ¶
Package user provides the user subcommand for the medic CLI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var UserCmd = &cobra.Command{ Use: "user", Short: "Manage users within a mediator control plane", Long: `The medic user subcommands allows the management of users within a mediator controlplane.`, RunE: func(cmd *cobra.Command, args []string) error { return cmd.Usage() }, }
UserCmd is the root command for the user subcommands.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.