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