Overview
The Flakiness CLI is the official command-line tool for working with Flakiness Reports and the Flakiness.io platform.
Use it to:
- View local reports in the browser
- Upload and download reports to/from the platform
- Query test data with the Flakiness Query Language (FQL)
- Convert JUnit XML to Flakiness format
- Install skills for AI agents (agentic workflows)
Installation
Section titled “Installation”Install the flakiness CLI using the installation script:
curl -LsSf https://cli.flakiness.io/install.sh | shInstall the flakiness CLI using PowerShell:
pwsh -c "irm https://cli.flakiness.io/install.ps1 | iex"Install the flakiness CLI using NPM:
npm i -g flakiness