fastapi-cloud-env-delete - Man Page
fastapi cloud env delete – Delete an environment variable from the app.
Synopsis
fastapi cloud env delete [Options] [NAME] [PATH_ARG]
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 deleted.
- --yes, -y
Confirm deletion without prompting.
- --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 delete.
- PATH_ARG
Path to the directory with your app’s pyproject.toml (defaults to current directory).
Environment
- FASTAPI_CLOUD_JSON
Print structured JSON to stdout; same as the --json option.
See Also
fastapi-cloud-env-list(1), fastapi-cloud-env-get(1), fastapi-cloud-env-set(1)
Referenced By
fastapi-cloud-env(1), fastapi-cloud-env-get(1), fastapi-cloud-env-list(1), fastapi-cloud-env-set(1).