discovered 03 Aug 2026
fastapi-cli
→ View on GitHubFastAPI CLI is a command line tool designed to facilitate the management and serving of FastAPI applications directly from the terminal. It provides commands such as `fastapi dev` for running apps in development mode with auto-reload features and `fastapi run` for production deployment, utilizing Uvicorn as its underlying ASGI server. Notable features include automatic detection of the FastAPI app variable, environment variable handling for different modes, and a user-friendly output that aids in the development workflow.