Projects
reflex cloud project list
Retrieve a list of projects.
Usage
$ reflex cloud project list [OPTIONS]Options
--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 project create
Create a new project.
Usage
$ reflex cloud project create [OPTIONS] NAMEOptions
--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 project select
Select a project.
Usage
$ reflex cloud project select [OPTIONS] PROJECT_IDOptions
--project-name TEXT: The name of the project.--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 project invite
Invite a user to a project.
Usage
$ reflex cloud project invite [OPTIONS] ROLE USEROptions
--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 project role-permissions
Retrieve the permissions for a specific role in a project.
Usage
$ reflex cloud project role-permissions [OPTIONS] ROLE_IDOptions
--project-id TEXT: The ID of the project. If not provided, the selected project will be used. If no project is selected, it throws an error.--project-name TEXT: The name of the project.--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 project users
Retrieve the users for a project.
Usage
$ reflex cloud project users [OPTIONS]Options
--project-id TEXT: The ID of the project. If not provided, the selected project will be used. If no project is selected, it throws an error.--project-name TEXT: The name of the project.--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.