Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AuthCmd = &cobra.Command{
Use: "auth",
Short: "Authenticate the builder (default: Microsoft Entra ID)",
}
View Source
var AuthLoginCmd = &cobra.Command{
Use: "login",
Short: "Login to the application",
RunE: runAuthLogin,
}
View Source
var AuthSwitchCmd = &cobra.Command{
Use: "switch",
Short: "Switch to a different authentication provider",
RunE: runAuthSwitch,
}
View Source
var AuthTokenCmd = &cobra.Command{
Use: "token",
Short: "Get the current authentication token",
RunE: runAuthToken,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.