Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd struct {
Login LoginCmd `cmd:"" help:"Login to Airbyte using OAuth."`
Logout LogoutCmd `cmd:"" help:"Logout and clear stored credentials."`
}
Cmd represents the auth command group
type LoginCmd ¶
type LoginCmd struct {
Namespace string `short:"n" help:"Target namespace (default: current kubeconfig context)."`
CallbackPort int `flag:"" default:"8085" help:"Port for OAuth callback server."`
}
LoginCmd handles OAuth login flow
Click to show internal directories.
Click to hide internal directories.