fastapi-cloud-env-get - Man Page
fastapi cloud env get – Get an environment variable for the app.
Synopsis
fastapi cloud env get [Options] [NAME]
Options
- --path PATH
Path to the directory with your app’s pyproject.toml (defaults to current directory).
- --app-id TEXT
ID of the app whose environment variable should be returned.
- --json
Print structured JSON to stdout. [env var: FASTAPI_CLOUD_JSON]
- --help, -h
Show a help message and exit.
Arguments
- NAME
The name of the environment variable to return.
Environment
- FASTAPI_CLOUD_JSON
Print structured JSON to stdout; same as the --json option.
See Also
fastapi-cloud-env-list(1), fastapi-cloud-env-delete(1), fastapi-cloud-env-set(1)
Referenced By
fastapi-cloud-env(1), fastapi-cloud-env-delete(1), fastapi-cloud-env-list(1), fastapi-cloud-env-set(1).
June 2026