• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

astronomer / astro-cli
36%
main: 39%

Build:
Build:
LAST BUILD BRANCH: astro-local-support
DEFAULT BRANCH: main
Repo Added 18 Apr 2024 08:23AM UTC
Files 194
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH add-astro-api-registry-command
branch: add-astro-api-registry-command
CHANGE BRANCH
x
Reset
  • add-astro-api-registry-command
  • add-client-registry-validation
  • add-help-examples
  • add-swagger2-and-custom-spec-url
  • add-wait-time-flag
  • add_polaris_cmd
  • add_session_flag
  • adds-plugin-system
  • af2-to-af3-upgrade
  • agent/ai-125
  • agent/ai-84
  • agent/build-839
  • agent/local-1
  • agent/local-2
  • agent/local-5
  • agent/local-6
  • agent/local-7
  • agent/local-8
  • agent/pm-1178
  • agent/pm-1197
  • agent/pm-804
  • ai
  • api-command
  • astro-deploy-improve-cmd-description
  • astro-local-support
  • backfill-force-flags
  • bugfix/1909-handle-default-pool
  • bugfix/1975-podman-runtime-warning
  • claude/lucid-visvesvaraya
  • dependabot/go_modules/github.com/getkin/kin-openapi-0.131.0
  • dependabot/go_modules/github.com/go-git/go-git/v5-5.13.0
  • dependabot/go_modules/golang.org/x/crypto-0.45.0
  • dependabot/go_modules/golang.org/x/oauth2-0.27.0
  • dependabot/pip/integration-test/requests-2.32.4
  • dependabot/pip/integration-test/urllib3-2.6.0
  • dependabot/pip/integration-test/urllib3-2.6.3
  • deprecate_force-upgrade-to-af3
  • feat/add-per-dp-software-registry-login
  • feat/add_deployment_re_col
  • feat/deploy-git-metadata
  • feat/fix-dagserver-upload-url
  • feat/fix-perdb-registry-login
  • feat/nexus-integration
  • feat/org-switch-workspace-id
  • feat/portless-proxy
  • feat/standalone-mode
  • feat_config_cluster_id
  • feature-1328
  • feature/deploy-client-image
  • feature/feature-flag-remote-command
  • feature/migrate-codecov-to-coveralls
  • feature/remote-deploy-cmd-runtime-version-validation
  • fix-bind-mounts
  • fix-remote-deploy
  • fix-remote-deployment-status-text
  • fix-telemetry-context
  • fix-verbosity-issue
  • fix/1721
  • fix/1974
  • fix/astro-agent-image-semver-selection
  • fix/beautysh-setuptools
  • fix/dev-init-remote-exec
  • fix/dev-run-exit-code
  • fix/mock-registry-tests
  • fix/openapi-31-libopenapi
  • fix/org-switch-pagination-fallback
  • fix/osxcross-sdk-macos12
  • fix/pytest-bind-mount-host-dirs
  • fix/quick-fixes-batch-1
  • fix/remote-deploy-dependency-install
  • fix/standalone-pytest-pythonpath-include
  • fix/standalone-strip-virtual-env
  • fix/standalone-venv-allow-existing
  • fix_ide_import
  • fix_ide_import_cherry_pick
  • fix_ide_project_url
  • gh_7779
  • houston-api-1.1.0-support
  • ide_ignore_hidden_files
  • improve-command-descriptions
  • improve-remote-deploy-msg
  • josh-fell/fix-pytest-theme-mock
  • kaxilnaik/ai-77-pyprojecttoml-as-project-definition
  • latest-release-1.36.0
  • main
  • neel-astro-patch-1
  • neel-astro-patch-2
  • neel-astro-patch-3
  • nick3/deployment-copy-fixes
  • nick3/update-version-checking
  • nick3/upgrade-go
  • pi-agent-prototype
  • polaris-main
  • pre-commit-ci-update-config
  • pre-commit-lint
  • prek
  • release-1.36
  • release-1.37
  • release-1.38
  • release-1.39
  • release-1.40
  • release-1.40.0
  • release-1.41
  • remote-dev-init
  • remove-registry-commands
  • revert-1956-feature/feature-flag-remote-command
  • run-tests-never-touches-real-config
  • schnie-patch-1
  • software_to_apc
  • standalone-open-browser
  • standardize-error-messages
  • stub-portless-windows
  • telemetry
  • update-codeowners
  • update-godownloader-v1.40.0
  • update-releaser-1.37
  • update_ide_commands
  • upgrade-test-fix-flag
  • windows-tests

23 Mar 2026 04:12PM UTC coverage: 36.048% (+0.2%) from 35.862%
b7e07db9-8532-4cc5-bce5-55e428d24888

Pull #2042

circleci

kaxil
Add `astro api registry` command for querying the Airflow Provider Registry

Adds a new `astro api registry` command that provides access to the public
Airflow Provider Registry (https://airflow.apache.org/registry), following
the same patterns as `astro api airflow` and `astro api cloud`.

Supports both path-based and operation ID-based queries:
  astro api registry /providers.json
  astro api registry getProviderModulesLatest -p providerId=amazon
  astro api registry getProviderModulesByVersion -p providerId=amazon -p version=9.22.0
  astro api registry ls
  astro api registry describe getProviderModulesLatest

Uses the same base flags and infrastructure as airflow/cloud: -X, -F, -f,
-H, -p, -i, -q, -t, --silent, --verbose, --generate.

Reuses the shared RequestOptions, executeRequest, resolveOperationID,
applyPathParams, and openapi.Cache infrastructure. No new dependencies.
Pull Request #2042: Add `astro api registry` command

217 of 258 new or added lines in 3 files covered. (84.11%)

24452 of 67832 relevant lines covered (36.05%)

8.62 hits per line

Relevant lines Covered
Build:
Build:
67832 RELEVANT LINES 24452 COVERED LINES
8.62 HITS PER LINE
Source Files on add-astro-api-registry-command
  • Tree
  • List 197
  • Changed 3
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
b7e07db9... add-astro-api-registry-command Add `astro api registry` command for querying the Airflow Provider Registry Adds a new `astro api registry` command that provides access to the public Airflow Provider Registry (https://airflow.apache.org/registry), following the same patterns as... Pull #2042 23 Mar 2026 04:18PM UTC kaxil circleci
36.05
35edd84d... add-astro-api-registry-command Add `astro api registry` command for querying the Airflow Provider Registry Adds a new `astro api registry` command that provides access to the public Airflow Provider Registry (https://airflow.apache.org/registry), following the same patterns as... Pull #2042 20 Mar 2026 11:13PM UTC kaxil circleci
36.04
e507c89f... add-astro-api-registry-command Add `astro api registry` command for querying the Airflow Provider Registry Adds a new `astro api registry` command that provides access to the public Airflow Provider Registry (https://airflow.apache.org/registry), following the same patterns as... Pull #2042 20 Mar 2026 11:05PM UTC kaxil circleci
36.04
7360ef79... add-astro-api-registry-command Fix lint issues: dedup subcommands, use http.NoBody, tighten file perms - Extract newRegistryResourceCmd factory to eliminate dupl lint (modules, parameters, connections shared identical structure) - Use http.NoBody instead of nil for GET reque... Pull #2042 20 Mar 2026 10:43PM UTC kaxil circleci
36.01
49762f05... add-astro-api-registry-command Add `astro api registry` command for querying the Airflow Provider Registry Ports the `af registry` CLI from astronomer/agents to the astro-cli, giving users access to the public Airflow Provider Registry (https://airflow.apache.org/registry) wit... Pull #2042 20 Mar 2026 10:32PM UTC kaxil circleci
36.03
See All Builds (438)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc