Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AuthenticateCmd = &cobra.Command{
Use: "authenticate",
Short: "Authenticate using your developer credentials",
Long: `Authenticate using user credentials retrieved from provide.services and receive a
valid API token which can be used to access various APIs.`,
Run: authenticate,
}
authenticateCmd represents the authenticate command
View Source
var UsersCmd = &cobra.Command{ Use: "users", Short: "Manage users", Long: `Create and manage users and authenticate`, Run: func(cmd *cobra.Command, args []string) { common.CmdExistsOrExit(cmd, args) generalPrompt(cmd, args, "") defer func() { if r := recover(); r != nil { os.Exit(1) } }() }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.