Expand description
CLI commands module
Modulesยง
- analyze
- Analyze command - schema optimization analysis
- compile
- Schema compilation command
- cost
- Cost command - lightweight complexity scoring for queries
- dependency_
graph - Schema dependency graph command
- explain
- Explain command - show query execution plan and complexity analysis
- extract
fraiseql extractโ Parse annotated source files to schema.json- federation
- Federation commands
- generate
fraiseql generateโ Generate authoring-language source from schema.json- generate_
views - Generate DDL for Arrow views (va_, tv_, ta_*)
- init
fraiseql init- Interactive project scaffolder- introspect_
facts - Introspect database for fact tables and output suggestions.
- lint
- Lint command - Design quality analysis for schemas
- migrate
fraiseql migrate- Database migration wrapper- run
fraiseql runโ compile schema in-memory and serve the GraphQL API.- sbom
fraiseql sbom- Software Bill of Materials generator- serve
- Development server command with hot-reload
- validate
- Schema validation command
- validate_
facts - Validate that declared fact tables match database schema.