Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add images manifest command #134

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shame:

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hehehe

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