astronomer/Setup Astro CLI
Installs the Astro CLI for use in subsequent steps or actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 24, 2026
- License
- None
Pinned Snippet
uses: astronomer/setup-astro-cli@d8de1c738a79b83c057d185202557c894e33d2f7 # v0.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The desired Astro CLI version to install. Example: '1.40.1' or 'v1.40.1'. Defaults to the latest version. | no | "" |
| download-url | Alternate download URL to download the Astro CLI binary. When set, the binary is downloaded from this URL instead of using the standard installer script. | no | "" |
Outputs
| name | description |
|---|---|
| cli-version | The version of the Astro CLI that was installed or found |
| cli-path | The path to the installed Astro CLI binary |