config

package
v0.30.3 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2025 License: MIT Imports: 9 Imported by: 0

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

func (*InitCmd) Run

func (c *InitCmd) Run(ctx context.Context, provider k8s.Provider) error

Run executes the init command

Jump to

Keyboard shortcuts

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