Skip to main content

Documentation Index

Fetch the complete documentation index at: https://astronomer-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

The behavior and format of this command are the same for both Astro and Astro Private Cloud.
Download a provider package from the Astronomer Registry to the requirements.txt file of your Astro project.

Usage

astro registry provider add
When you run the command, the CLI prompts you for a provider to download. To retrieve the provider name, open the provider in the Astronomer registry and copy the URL between providers/ and /versions. For example, in the URL https://registry.astronomer.io/providers/apache-airflow-providers-airbyte/versions/3.3.1, copy apache-airflow-providers-airbyte.

Options

OptionDescriptionValid Values
<provider-name>The provider to download.Any valid provider name. Must be the first option in the command.
--versionThe version of the provider to download.Any valid version.

Examples

# Download version 3.3.1 of a provider
astro registry provider add apache-airflow-providers-airbyte --version 3.3.1