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

astronomer / astro-cli
33%
main: 33%

Build:
Build:
LAST BUILD BRANCH: claude/lucid-visvesvaraya
DEFAULT BRANCH: main
Repo Added 18 Apr 2024 08:23AM UTC
Files 172
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 claude/lucid-visvesvaraya
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • add-client-registry-validation
  • add-wait-time-flag
  • add_polaris_cmd
  • add_session_flag
  • adds-plugin-system
  • af2-to-af3-upgrade
  • agent/build-839
  • agent/pm-1178
  • agent/pm-1197
  • agent/pm-804
  • ai
  • api-command
  • astro-deploy-improve-cmd-description
  • 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/org-switch-workspace-id
  • 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-remote-deploy
  • fix-remote-deployment-status-text
  • fix-verbosity-issue
  • fix/1721
  • fix/dev-init-remote-exec
  • fix/remote-deploy-dependency-install
  • 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-remote-deploy-msg
  • latest-release-1.36.0
  • main
  • neel-astro-patch-1
  • neel-astro-patch-2
  • neel-astro-patch-3
  • polaris-main
  • pre-commit-ci-update-config
  • release-1.36
  • release-1.37
  • release-1.38
  • release-1.39
  • remote-dev-init
  • revert-1956-feature/feature-flag-remote-command
  • software_to_apc
  • telemetry
  • update-codeowners
  • update-releaser-1.37
  • upgrade-test-fix-flag

14 Feb 2026 07:06PM UTC coverage: 33.203% (+0.01%) from 33.19%
9c63f218-73a3-4248-bb5e-5156820c61c3

push

circleci

virajmparekh
feat: prompt to initialize Astro project when running dev commands outside project dir

Instead of immediately erroring when astro dev commands (start, stop, restart, etc.)
are run outside an Astro project directory, prompt the user to initialize one in-place.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

16 of 18 new or added lines in 1 file covered. (88.89%)

20923 of 63015 relevant lines covered (33.2%)

8.52 hits per line

Relevant lines Covered
Build:
Build:
63015 RELEVANT LINES 20923 COVERED LINES
8.52 HITS PER LINE
Source Files on main
  • Tree
  • List 172
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
9c63f218... claude/lucid-visvesvaraya feat: prompt to initialize Astro project when running dev commands outside project dir Instead of immediately erroring when astro dev commands (start, stop, restart, etc.) are run outside an Astro project directory, prompt the user to initialize ... push 14 Feb 2026 07:14PM UTC virajmparekh circleci
33.2
7ad3521d... api-command Use kin-openapi for OpenAPI library Pull #2006 14 Feb 2026 02:26AM UTC jeremybeard circleci
35.01
f19c27cf... feat/standalone-mode feat: background standalone mode with stop and logs commands Default `astro dev standalone` to background mode — the CLI starts the airflow process, writes a PID file, waits for the health check, prints status, and returns. A `--foreground` flag... Pull #2012 13 Feb 2026 09:30PM UTC jlaneve circleci
33.57
8349f158... main [PM-1197] Add `astro dev build` command to build image (#2011) Co-authored-by: Astro Code Agent <agent@astronomer.io> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> push 13 Feb 2026 09:04PM UTC web-flow circleci
33.19
5c375fff... feat/standalone-mode [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Pull #2012 13 Feb 2026 09:02PM UTC pre-commit-ci[bot] circleci
33.57
16fb8b7d... feat/standalone-mode [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Pull #2012 13 Feb 2026 08:12PM UTC pre-commit-ci[bot] circleci
33.45
eabe838f... feat/standalone-mode [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Pull #2012 13 Feb 2026 07:27PM UTC pre-commit-ci[bot] circleci
33.44
86305541... feat/standalone-mode [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Pull #2012 13 Feb 2026 06:54PM UTC pre-commit-ci[bot] circleci
33.43
4e40c689... agent/pm-1197 [PM-1197] Add `astro dev build` command to build image Add a new `astro dev build` CLI command that only builds the Docker image without starting the local Airflow environment. This is useful for: - Testing that a project builds successfully befo... Pull #2011 13 Feb 2026 05:40PM UTC Astro Code Agent circleci
33.19
d4804275... main [PM-1178] Add --kill flag for astro dev restart (#2010) Co-authored-by: Astro Code Agent <agent@astronomer.io> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> push 13 Feb 2026 04:55PM UTC web-flow circleci
33.16
See All Builds (228)
  • 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