flightline init
Initialize a new Flightline project by scanning your codebase and creating a configuration file.Usage
What It Does
Theinit command:
- Scans your project for Pydantic models or JSON schemas
- Prompts you to select which models to test
- Creates a
flightline.yamlconfiguration file
Example
What’s Next
After initialization:- Review the generated
flightline.yamlconfig - Run
flightline generateto create test cases - Run
flightline runto test your prompts
Next: Generate Data
Generate synthetic test data from your schema.
