Complete reference for the findu CLI
findu setup
.env.local
--skip-clone
- Skip repository cloning--skip-deps
- Skip dependency installationfindu env
switch [dev|prod]
- Switch active environmentstatus
- Show current environmentvalidate
- Check configuration validityfindu update
deps
- Update all repository dependenciesmcp
- Update MCP configuration for Claude Codetools
- Update dev-tools to latest versionfindu docs
preview
- Start local preview server (port 3000)new [path] [template]
- Create new doc pagevalidate
- Check for broken links and errorsinstall
- Install Mintlify CLIapi
- API endpoint documentationguide
- Step-by-step guidefindu test
ios
- iOS app testsweb
- Web app testsml
- ML algorithm testsall
- All component tests--watch
- Run in watch mode--coverage
- Generate coverage reportfindu db
migrate
- Apply pending migrationsnew [name]
- Create new migrationreset
- Reset database (dev only!)status
- Show migration statusdev-tools/scripts/custom/
:
Command not found
Permission denied
Environment issues
Command | Description |
---|---|
./findu setup | Initial developer setup |
./findu env switch dev | Switch to development |
./findu env status | Check current environment |
./findu update deps | Update all dependencies |
./findu update mcp | Update Claude Code config |
./findu docs preview | Start docs server |
./findu test all | Run all tests |
./findu db migrate | Apply migrations |