docs: add v5 migration guide

This commit is contained in:
2026-07-04 05:09:33 -04:00
parent 5ef71af418
commit efaa8828ea
4 changed files with 151 additions and 5 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ Configure the CLI in your `pyproject.toml`:
```toml
[tool.fastapi-toolsets]
cli = "myapp.cli:cli" # Custom Typer app
custom_cli = "myapp.cli:cli" # Custom Typer app
fixtures = "myapp.fixtures:registry" # FixtureRegistry instance
db_context = "myapp.db:db_context" # Async context manager for sessions
```