airfold/Airfold - Setup Airfold CLI

Sets up Airfold CLI in your GitHub Actions workflow.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Nov 21, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: airfold/setup-airfold@7e9a910dc5fc0a1451ae2b57727c336af2a0f178 # v1.0.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
api-urlThe hostname of an Airfold API server. Defaults to `https://api.airfold.co`.nohttps://api.airfold.co
api-tokenThe API token for an Airfold API server. Token with full access to the workspace is usually needed.yes
airfold-versionThe version of Airfold CLI to install. Instead of full version string you can also specify constraint string starting with "<" (for example `<1.13.0`) to install the latest version satisfying the constraint. A value of `latest` will install the latest version of Airfold CLI. Defaults to latest.no""
use-wrapperWhether or not to install a wrapper to wrap subsequent calls of the `af` binary and expose its STDOUT, STDERR, and exit code as outputs named `stdout`, `stderr`, and `exitcode` respectively. Defaults to `true`.notrue

no outputs