fastapi-cli icon indicating copy to clipboard operation
fastapi-cli copied to clipboard

Run and manage FastAPI apps from the command line with FastAPI CLI. πŸš€

Results 37 fastapi-cli issues
Sort by recently updated
recently updated
newest added

Running behind a proxy if uvicorn is not configured to trust forwarder will do redirects to `http` locations instead of `https`.

Hello. On November 29, 2025 at 12:21, I cloned the FastAPI project to my local machine. After installing the dependencies, I ran the test suite with β€œpytest”. As a result,...

This PR adds support for dynamically displaying the correct documentation URL in the CLI output based on the FastAPI application's docs_url parameter configuration. Fixes #162 issue Improve and adapt PR...

feature

This PR adds a new optional dependency group for `new`, to include https://github.com/fastapi/fastapi-new. This enables users to install `fastapi-cli[standard, new]` to get all the standard packages as well as the...

feature
dependencies

Bumps [mypy](https://github.com/python/mypy) from 1.14.1 to 1.18.2. Changelog Sourced from mypy's changelog. Mypy 1.18.2 Fix crash on recursive alias (Ivan Levkivskyi, PR 19845) Add additional guidance for stubtest errors when runtime...

dependencies
python
internal
conflicts

Do NOT use rich logger when fastapi cli output is redirected or piped. For the output to a terminal the behavior is unchanged.