fastapi-cloud-deployments-list - Man Page
fastapi cloud deployments list – List FastAPI Cloud deployments for an app.
Synopsis
fastapi cloud deployments list [Options]
Options
- --app-id TEXT
ID of the app whose deployments should be listed.
- --limit INTEGER RANGE [x>=1]
Maximum number of deployments to return. [default: 100]
- --offset INTEGER RANGE [x>=0]
Offset into the deployment result set. [default: 0]
- --json
Print structured JSON to stdout. [env var: FASTAPI_CLOUD_JSON]
- --help, -h
Show a help message and exit. [required]
Environment
- FASTAPI_CLOUD_JSON
Print structured JSON to stdout; same as the --json option.
See Also
fastapi-cloud-deployments-get(1), fastapi-cloud-deployments-build-logs(1)
Referenced By
fastapi-cloud-deployments(1), fastapi-cloud-deployments-build-logs(1), fastapi-cloud-deployments-get(1).
June 2026