https://github.com/fluencelabs/setup-fluence
Sets up fluence cli in your GitHub actions workflow
https://github.com/fluencelabs/setup-fluence
Last synced: about 1 year ago
JSON representation
Sets up fluence cli in your GitHub actions workflow
- Host: GitHub
- URL: https://github.com/fluencelabs/setup-fluence
- Owner: fluencelabs
- License: apache-2.0
- Created: 2023-10-19T11:25:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T15:18:27.000Z (over 2 years ago)
- Last Synced: 2025-06-22T00:59:22.484Z (about 1 year ago)
- Language: JavaScript
- Size: 839 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# setup-fluence
This actions setups [Fluence CLI](https://github.com/fluencelabs/cli).
## Usage
This action can be run on `ubuntu-latest`, and `macos-latest` GitHub Actions
runners.
```yaml
steps:
- uses: fluencelabs/setup-fluence@v1
with:
artifact: fluence-snapshot # artifact name to try to download from CI
version: 0.11.2 # fcli version or a channel
```
`version` to download can be a release version or a `channel`. Availible channels are:
- `kras` - version compatible with current `kras` env
- `testnet` - version compatible with current `testnet` env
- `stage` - version compatible with current `stage` env
- `latest` - latest stable version (same as `kras`)
- `stable` - latest stable version (same as `kras`)
- `main` - latest build from `main` branch
- `unstable` - latest release of Fluence CLI