--- id: fastapi-cli version: "0.0.32" license: MIT license_treatment: permissive maintenance: active --- # fastapi-cli โ€” Run and manage FastAPI apps from the command line with FastAPI CLI. ๐Ÿš€ License: permissive ยท Maintenance: active ยท Popularity: top 1,000 on PyPI ## Install pip install fastapi-cli uv add fastapi-cli poetry add fastapi-cli ## Description # FastAPI CLI Test Coverage Package version --- **Source Code**: https://github.com/fastapi/fastapi-cli --- Run and manage FastAPI apps from the command line with FastAPI CLI. ๐Ÿš€ ## Description **FastAPI CLI** is a command line program `fastapi` that you can use to serve your FastAPI app, manage your FastAPI project, and more. When you install FastAPI (e.g. with `pip install "fastapi[standard]"`), it includes a package called `fastapi-cli`, this package provides the `fastapi` command in the terminal. To run your FastAPI app for development, you can... ## AI interpretation โ€” verify before relying FastAPI CLI is a command-line tool that serves and manages FastAPI applications, automatically detecting your app and running it with development auto-reload or production modes via Uvicorn. Verdict: FastAPI CLI is a well-maintained, actively developed tool with no known vulnerabilities and permissive licensing. It has low install friction and integrates tightly with Uvicorn for serving FastAPI applications. Suitable for both development and production use, though still in Beta status (Development Status :: 4). [View on SkillFed](https://skillfed.io/packages/fastapi-cli) ยท [View on PyPI](https://pypi.org/project/fastapi-cli/)