mirror of https://github.com/tiangolo/fastapi.git
✏️ Update `docs/en/docs/fastapi-cli.md` (#11715)
This commit is contained in:
parent
a883442ee0
commit
5422612008
|
|
@ -1,6 +1,6 @@
|
|||
# FastAPI CLI
|
||||
|
||||
**FastAPI CLI** is a command line program `fastapi` that you can use to serve your FastAPI app, manage your FastAPI project, and more.
|
||||
**FastAPI CLI** is a command line program 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`), it includes a package called `fastapi-cli`, this package provides the `fastapi` command in the terminal.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue