fastapi-cloud-tokens-create - Man Page
fastapi cloud tokens create – Create a deploy token for an app.
Synopsis
fastapi cloud tokens create [Options]
Options
- --app-id TEXT
ID of the app whose deploy token should be created.
- --name TEXT
Name of the deploy token to create.
- --expires-in-days INTEGER RANGE [x>=1]
Number of days before the deploy token expires. [default: 365]
- --output-file PATH
File path where the deploy token value should be stored.
- --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-tokens-delete(1), fastapi-cloud-tokens-list(1)
Referenced By
fastapi-cloud-tokens(1), fastapi-cloud-tokens-delete(1), fastapi-cloud-tokens-list(1).
June 2026