Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd struct {
Manifest ManifestCmd `cmd:"" help:"Display a manifest of images used by Airbyte and abctl."`
}
type ManifestCmd ¶
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."`
}
func (*ManifestCmd) Run ¶
func (c *ManifestCmd) Run(ctx context.Context, newSvcMgrClients service.ManagerClientFactory) error
Click to show internal directories.
Click to hide internal directories.