auth

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 1, 2026 License: Apache-2.0 Imports: 13 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL