CLI Overview¶
faux-db exposes one command-line entry point:
Command groups¶
| Command | Purpose |
|---|---|
faux init |
Scaffold a starter project structure |
faux config validate |
Validate providers, catalogs, and schemas |
faux schema generate |
Generate data from a schema file or a domain directory |
There is also a hidden backward-compatible alias:
Typical workflow¶
faux init demo-project
faux config validate demo-project
faux schema generate demo-project/schemas/example