litestar-cli
Installation
SKILL.md
CLI
Execution Workflow
- Ensure app autodiscovery works (canonical module layout) or define explicit app import path.
- Standardize
litestarcommands in project scripts and team docs. - Separate local development commands from production runtime commands.
- Extend CLI only when command reuse materially improves team workflows.
Implementation Rules
- Keep one canonical entrypoint for commands and deployment.
- Avoid hidden env assumptions; make required env vars explicit.
- Pin command flags in scripts to avoid accidental behavior drift.
- Prefer explicit app targets in CI/CD for reproducibility.