For AI agents: the complete documentation index is at llms.txt. Markdown versions are available by appending .md or sending Accept: text/markdown.
Reflex Logo
Docs Logo

Providers

reflex cloud providers status

Show whether your organization can deploy to Google Cloud (GCP).

Usage

$ reflex cloud providers status [OPTIONS]

Options

  • --org-id TEXT: The organization ID (defaults to your token's org).
  • --token TEXT: The authentication token.
  • --loglevel [debug|default|info|warning|error|critical]: The log level to use.
  • --json, -j / --no-json: Output the result as a single JSON document on stdout. Human-readable messages go to stderr instead, so stdout stays parseable.
  • --interactive, -i / --no-interactive: Whether to prompt for confirmations and choices. Defaults to on when stdout is a terminal and off otherwise, so a pipe, a CI job or an agent is never left waiting at a prompt.
  • --help: Show this message and exit.

reflex cloud providers list

List your organization's cloud provider connections.

Each row is one connection: a customer cloud account apps can be deployed into. Pass a connection's name to reflex deploy --gcp-connection to deploy an app through it instead of the default one.

Usage

$ reflex cloud providers list [OPTIONS]

Options

  • --org-id TEXT: The organization ID (defaults to your token's org).
  • --token TEXT: The authentication token.
  • --loglevel [debug|default|info|warning|error|critical]: The log level to use.
  • --json, -j / --no-json: Output the result as a single JSON document on stdout. Human-readable messages go to stderr instead, so stdout stays parseable.
  • --interactive, -i / --no-interactive: Whether to prompt for confirmations and choices. Defaults to on when stdout is a terminal and off otherwise, so a pipe, a CI job or an agent is never left waiting at a prompt.
  • --help: Show this message and exit.