Skip to content

Commit

Permalink
docs: add images manifest command
Browse files Browse the repository at this point in the history
  • Loading branch information
abuchanan-airbyte committed Oct 14, 2024
1 parent 080307b commit ed81fc0
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -209,6 +209,28 @@ Uninstalls a local Airbyte instance.
|-------------|---------|--------------------------------------------------------------------------------|
| --persisted | - | Will remove all data for the Airbyte installation.<br />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

Expand Down

0 comments on commit ed81fc0

Please sign in to comment.