-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7af3d64
commit 753fc7f
Showing
3 changed files
with
42 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
## 🖥️ `fastapi-serve` CLI | ||
|
||
> **Note** | ||
> More to be added soon. | ||
`fastapi-serve` comes with a simple CLI that allows you to deploy your FastAPI applications to the cloud with ease. | ||
|
||
| Description | Command | | ||
| --- | ---: | | ||
| Deploy your app locally | `fastapi-serve deploy local app:app` | | ||
| Deploy your app on JCloud | `fastapi-serve deploy jcloud app:app` | | ||
| Update existing app on JCloud | `fastapi-serve deploy jcloud app:app --app-id <app-id>` | | ||
| Get app status on JCloud | `fastapi-serve status <app-id>` | | ||
| List all apps on JCloud | `fastapi-serve list` | | ||
| Remove app on JCloud | `fastapi-serve remove <app-id>` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters