CLI Overview
Flightline is a headless-first platform. It lives in your terminal, configuration files, and CI pipelines, providing the tools needed to test and validate AI systems without complex dashboards.Core Workflow
The Flightline CLI is organized around a 5-step workflow designed to move AI features from discovery to a verified ship-ready state.1. Discover
2. Generate
3. Trace
4. Evaluate
5. Check
Advanced Refinement
Learn
learn to analyze a sample dataset. This creates a metadata profile that can be used to enhance the realism of generated scenarios.
Shorthand and Aliases
Many commands have shorter aliases for faster typing:| Command | Alias |
|---|---|
generate | gen |
discover | scan |
Common Options
Most commands support these shared flags:--model, -m: Choose a specific model via OpenRouter (e.g.,google/gemini-3-flash-preview).--verbose, -v: Display detailed logs and execution steps.--output, -o: Specify a custom path for results.
Configuration
Flightline uses aflightline.yaml file at the root of your repository to manage project-wide settings and custom evaluation rubrics.
Configuration Reference
Learn how to customize Flightline for your project.
