local

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const Port = 8000

Variables

View Source
var Cmd = &cobra.Command{
	Use:               "local",
	PersistentPreRunE: persistentPreRunLocal,
	Short:             "Manages local Airbyte installations",
}

Cmd represents the local command

View Source
var InstallCmd = &cobra.Command{
	Use:     "install",
	Short:   "Install Airbyte locally",
	PreRunE: preRunInstall,
	RunE:    runInstall,
}

InstallCmd installs Airbyte locally

View Source
var UninstallCmd = &cobra.Command{
	Use:     "uninstall",
	Short:   "Uninstall Airbyte locally",
	PreRunE: preRunUninstall,
	RunE:    runUninstall,
}

UninstallCmd uninstalls Airbyte locally

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