From ed81fc032732f88c49498d84df70b727c65db089 Mon Sep 17 00:00:00 2001 From: Alex Buchanan Date: Mon, 14 Oct 2024 12:00:34 -0700 Subject: [PATCH] docs: add images manifest command --- README.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf639dc..38cd85c 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ The following commands are supported: ```abctl local --help``` The local sub-commands are focused on managing the local Airbyte installation. -The following sub-commands are supports: +The following sub-commands are available: - [credentials](#credentials) - [deployments](#deployments) - [install](#install) @@ -209,6 +209,28 @@ Uninstalls a local Airbyte instance. |-------------|---------|--------------------------------------------------------------------------------| | --persisted | - | Will remove all data for the Airbyte installation.
This cannot be undone. | +## images + +```abctl images``` + +Manage images used by Airbyte and abctl. + +The following sub-commands are available: +- [manifest](#manifest) + +### manifest + +```abctl images manifest``` + +Display a manifest of images used by Airbyte and abctl. + +| Name | Default | Description | +|---------------------|---------|--------------| +| --chart | "" | Path to chart. | +| --chart-version | latest | Which Airbyte helm-chart version to install. | +| --values | "" | Helm values file to further customize the Airbyte installation. | + + ## version