fastapi-cloud-domains-add - Man Page
fastapi cloud domains add – Add a custom domain to an app.
Synopsis
fastapi cloud domains add [Options] [domain]
Options
- --app-id TEXT
ID of the app to which the custom domain should be added.
- --standard
Set up a new or unused domain.
- --zero-downtime
Migrate an already-live domain without downtime.
- --json
Print structured JSON to stdout. [env var: FASTAPI_CLOUD_JSON]
- --help, -h
Show a help message and exit.
Arguments
- domain
<str> Hostname of the custom domain to add.
Environment
- FASTAPI_CLOUD_JSON
Print structured JSON to stdout; same as the --json option.
See Also
fastapi-cloud-domains-get(1), fastapi-cloud-domains-list(1), fastapi-cloud-domains-remove(1), fastapi-cloud-domains-restart(1)
Referenced By
fastapi-cloud-domains(1), fastapi-cloud-domains-get(1), fastapi-cloud-domains-list(1), fastapi-cloud-domains-remove(1), fastapi-cloud-domains-restart(1).
September 2026