Skip to content

Commit 9001eb1

Browse files
committed
📝 Update release notes
1 parent a0f5440 commit 9001eb1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

release-notes.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@
88

99
* ✨ Add support for passing apps as `fastapi run --entrypoint some.importable_module:app_name`. PR [#199](https://github.com/fastapi/fastapi-cli/pull/199) by [@patrick91](https://github.com/patrick91).
1010

11+
If you have been using Uvicorn like:
12+
13+
```console
14+
$ uvicorn some.importable_module:app_name
15+
```
16+
17+
Now you can use the same "entrypoint" syntax with `fastapi`:
18+
19+
```console
20+
$ fastapi run --entrypoint some.importable_module:app_name
21+
```
22+
23+
Or:
24+
25+
```console
26+
$ fastapi run -e some.importable_module:app_name
27+
```
28+
1129
### Internal
1230

1331
* ⬆ Bump actions/labeler from 5 to 6. PR [#202](https://github.com/fastapi/fastapi-cli/pull/202) by [@dependabot[bot]](https://github.com/apps/dependabot).

0 commit comments

Comments
 (0)