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, _ []string) error { return cmd.Usage() }, }
AuthCmd represents the account command
Functions ¶
func LoginCommand ¶
LoginCommand is the login subcommand
Types ¶
This section is empty.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
Package invite provides the auth invite command for the minder CLI.
|
Package invite provides the auth invite command for the minder CLI. |
Package offline_token provides the auth offline_token command for the minder CLI.
|
Package offline_token provides the auth offline_token command for the minder CLI. |
Click to show internal directories.
Click to hide internal directories.