airfold/Airfold - Setup Airfold CLI
Sets up Airfold CLI in your GitHub Actions workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 21, 2024
- License
- MIT
Pinned Snippet
uses: airfold/setup-airfold@7e9a910dc5fc0a1451ae2b57727c336af2a0f178 # v1.0.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| api-url | The hostname of an Airfold API server. Defaults to `https://api.airfold.co`. | no | https://api.airfold.co |
| api-token | The API token for an Airfold API server. Token with full access to the workspace is usually needed. | yes | — |
| airfold-version | The 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-wrapper | Whether 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`. | no | true |
Outputs
no outputs