Documentation
¶
Overview ¶
Package auth provides the auth command project for the minder CLI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AuthCmd = &cobra.Command{ Use: "auth", Short: "Authorize and manage accounts within a minder control plane", Long: `The minder auth command project lets you create accounts and grant or revoke authorization to existing accounts within a minder control plane.`, RunE: func(cmd *cobra.Command, args []string) error { return cmd.Usage() }, }
AuthCmd represents the account command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.