fastapi-cloud-apps-create - Man Page
fastapi cloud apps create – Create a FastAPI Cloud app.
Synopsis
fastapi cloud apps create [Options]
Options
- --team-id TEXT
ID of the team where the app should be created.
- --name TEXT
Name of the app to create.
- --directory TEXT
Directory containing the app’s pyproject.toml.
- --link, --no-link
Link the local directory to the created app.
- --path PATH
Directory to link when --link is enabled.
- --json
Print structured JSON to stdout. [env var: FASTAPI_CLOUD_JSON]
- --help, -h
Show a help message and exit.
Environment
- FASTAPI_CLOUD_JSON
Print structured JSON to stdout; same as the --json option.
See Also
fastapi-cloud-apps-get(1), fastapi-cloud-apps-link(1), fastapi-cloud-apps-list(1), fastapi-cloud-apps-logs(1), fastapi-cloud-apps-unlink(1)
Referenced By
fastapi-cloud-apps(1), fastapi-cloud-apps-get(1), fastapi-cloud-apps-list(1), fastapi-cloud-apps-logs(1), fastapi-cloud-apps-unlink(1).
June 2026