Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd struct {
Init InitCmd `cmd:"" help:"Initialize abctl configuration from existing Airbyte installation."`
}
Cmd represents the config command group
type InitCmd ¶
type InitCmd struct {
Namespace string `flag:"" short:"n" help:"Target namespace (default: current kubeconfig context)."`
Force bool `flag:"" help:"Overwrite existing abctl ConfigMap."`
FromConfigmap string `flag:"" help:"Source ConfigMap name (default: auto-detect via -airbyte-env suffix)."`
}
InitCmd represents the init command
Click to show internal directories.
Click to hide internal directories.