fastapi-cloud-deploy - Man Page
fastapi cloud deploy – Deploy a FastAPI app to FastAPI Cloud.
Synopsis
fastapi cloud deploy [Options] [PATH]
Options
- --no-wait
Skip waiting for deployment status.
- --app-id TEXT
Application ID to deploy to [env var: FASTAPI_CLOUD_APP_ID]
- --large-file-threshold INTEGER RANGE [x>=1]
File size threshold in MB for warning about large files [env var: FASTAPI_CLOUD_LARGE_FILE_THRESHOLD] [default: 10]
- --help, -h
Show a help message and exit.
Arguments
- PATH
Path to the directory with your app’s pyproject.toml (defaults to current directory).
Environment
- FASTAPI_CLOUD_APP_ID
Application ID to deploy to; same as the --app-id option.
- FASTAPI_CLOUD_LARGE_FILE_THRESHOLD
File size threshold in MB for warning about large files; same as the --large-file-threshold option.
See Also
fastapi-cloud-link(1), fastapi-cloud-login(1), fastapi-cloud-logs(1), fastapi-cloud-logout(1), fastapi-cloud-whoami(1), fastapi-cloud-unlink(1), fastapi-cloud-setup-ci(1), fastapi-cloud-env(1), fastapi-cloud-auth(1), fastapi-cloud-apps(1), fastapi-cloud-deployments(1), fastapi-cloud-teams(1)
Referenced By
fastapi-cloud(1), fastapi-cloud-apps(1), fastapi-cloud-auth(1), fastapi-cloud-deployments(1), fastapi-cloud-env(1), fastapi-cloud-link(1), fastapi-cloud-login(1), fastapi-cloud-logout(1), fastapi-cloud-logs(1), fastapi-cloud-setup-ci(1), fastapi-cloud-teams(1), fastapi-cloud-unlink(1), fastapi-cloud-whoami(1).