Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 628 Bytes

CLI.md

File metadata and controls

14 lines (11 loc) · 628 Bytes

🖥️ fastapi-serve CLI

🚧 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 main:app
Deploy your app on JCloud fastapi-serve deploy jcloud main:app
Update existing app on JCloud fastapi-serve deploy jcloud main: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>