fastapi - Man Page
fastapi – FastAPI CLI – The fastapi command line app.
Synopsis
fastapi [Options] COMMAND [ARGS]...
Description
Manage your FastAPI projects, run your FastAPI apps, and more.
Options
- --version
Show the version and exit.
- --install-completion
Install completion for the current shell.
- --show-completion
Show completion for the current shell, to copy it or customize the installation.
- --help
Show a help message and exit.
Commands
- dev
Run a FastAPI app in development mode.
- run
Run a FastAPI app in production mode.
See Also
Referenced By
fastapi-dev(1), fastapi-run(1).
May 2024