Skip to content
FerrFlow

Getting Started / Installation

Installation

Terminal window
cargo install ferrflow

The recommended way to use FerrFlow in CI is the GitHub Action — no installation step needed:

.github/workflows/release.yml
- uses: FerrLabs/ferrflow@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

See GitHub Actions and GitLab CI for complete examples.

Terminal window
ferrflow --version