reflex cloud project list
Retrieve a list of projects.
Usage
Options
--token TEXT: The authentication token.--loglevel [debug|default|info|warning|error|critical]: The log level to use.--json, -j / --no-json: Whether to output the result in json format.--interactive, -i / --no-interactive: Whether to use interactive mode.--help: Show this message and exit.
reflex cloud project create
Create a new project.
Usage
Options
--token TEXT: The authentication token.--loglevel [debug|default|info|warning|error|critical]: The log level to use.--json, -j / --no-json: Whether to output the result in json format.--interactive, -i / --no-interactive: Whether to use interactive mode.--help: Show this message and exit.
reflex cloud project select
Select a project.
Usage
Options
--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.--interactive / --no-interactive: Whether to list configuration options and ask for confirmation.--help: Show this message and exit.
reflex cloud project invite
Invite a user to a project.
Usage
Options
--token TEXT: The authentication token.--loglevel [debug|default|info|warning|error|critical]: The log level to use.--interactive, -i / --no-interactive: Whether to use interactive mode.--help: Show this message and exit.
reflex cloud project role-permissions
Retrieve the permissions for a specific role in a project.
Usage
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: Whether to output the result in json format.--interactive / --no-interactive: Whether to list configuration options and ask for confirmation.--help: Show this message and exit.
reflex cloud project users
Retrieve the users for a project.
Usage
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: Whether to output the result in json format.--interactive / --no-interactive: Whether to list configuration options and ask for confirmation.--help: Show this message and exit.