package
Version:
v0.19.1
Opens a new window with list of versions in this module.
Published: Oct 25, 2024
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Cmd struct {
Manifest ManifestCmd `cmd:"" help:"Display a manifest of images used by Airbyte and abctl."`
}
type ManifestCmd struct {
Chart string `help:"Path to chart." xor:"chartver"`
ChartVersion string `help:"Version of the chart." xor:"chartver"`
Values string `type:"existingfile" help:"An Airbyte helm chart values file to configure helm."`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.