Send unauthenticated HTTP requests to the Airflow Provider Registry API. The argument can be either: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.
- A path of a registry API endpoint, such as
/providers.jsonor/providers/amazon/modules.json - An operation ID from the API spec, such as
listProvidersorgetProviderModulesLatest
/api prefix is added automatically to paths. Use astro api registry ls to discover all available endpoints and operation IDs.
Usage
Commands
| Command | Description |
|---|---|
ls | List all available registry API endpoints. Supports an optional filter argument |
describe <endpoint> | Show details about an endpoint, including path parameters and response schema |
Options
| Option | Description | Possible Values |
|---|---|---|
-F, --field | Add a typed parameter in key=value format. | Any valid key-value pair |
--generate | Print the equivalent curl command instead of executing the request. | None |
-H, --header | Add an HTTP request header in key:value format. | Any valid header |
-i, --include | Include HTTP response status line and headers in the output. | None |
--input | The file to use as the body for the HTTP request. Use - for stdin. | A valid file path |
-q, --jq | Apply a jq filter to the response output. | Any valid jq expression |
-X, --method | The HTTP method for the request. The default is GET. | Any valid HTTP method |
-p, --path-param | Override a path parameter in key=value format. For use with operation IDs. | A key-value pair such as providerId=amazon |
-f, --raw-field | Add a string parameter in key=value format. | Any valid key-value pair |
--registry-url | Override the registry base URL. Can also be set with the ASTRO_REGISTRY_URL environment variable. | A valid URL |
--silent | Suppress response output. | None |
-t, --template | Format the response using a Go template. | Any valid Go template string |
--verbose | Include full HTTP request and response in the output. | None |