actions-marketplace-validations/setup-atmos

A GitHub Action to setup the Atmos CLI

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
atmos-versionVersion Spec of the version to use. Examples: 1.x, 10.15.1, >=10.15.0.latest
install-wrapperFlag to indicate if the wrapper script will be installed to wrap subsequent calls of the `atmos` binary and expose its STDOUT, STDERR, and exit code as outputs named `stdout`, `stderr`, and `exitcode` respectively. Defaults to `true`.notrue
tokenUsed to pull atmos distributions from Cloud Posse's GitHub repository. Since there's a default, this is typically not supplied by the user. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting.${{ github.server_url == 'https://github.com' && github.token || '' }}
namedescription
atmos-versionThe installed atmos version.