Documentation ¶ Index ¶ func HandleErr(err error) type Cmd func (c *Cmd) BeforeApply(ctx *kong.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func HandleErr ¶ added in v0.14.1 func HandleErr(err error) Types ¶ type Cmd ¶ added in v0.14.1 type Cmd struct { Local local.Cmd `cmd:"" help:"Manage the local Airbyte installation."` Version version.Cmd `cmd:"" help:"Display version information."` Verbose verbose `short:"v" help:"Enable verbose output."` } func (*Cmd) BeforeApply ¶ added in v0.14.1 func (c *Cmd) BeforeApply(ctx *kong.Context) error Source Files ¶ View all Source files cmd.go Directories ¶ Show internal Expand all Path Synopsis local airbyte docker docker/dockertest helm k8s k8s/k8stest k8s/kind localerr migrate paths version Click to show internal directories. Click to hide internal directories.