reflex cloud apps scale
Scale an application by changing the VM type or adding/removing regions.
Usage
Options
--app-name TEXT: The name of the app.--vmtype TEXT: The virtual machine type to scale to.--regions, -r TEXT: Region to scale the app to.--token TEXT: The authentication token.--loglevel [debug|default|info|warning|error|critical]: The log level to use.--scale-type TEXT: The type of scaling.--interactive, -i / --no-interactive: Whether to use interactive mode.--help: Show this message and exit.
reflex cloud apps status
Retrieve the status of a specific deployment.
Usage
Options
--watch / --no-watch: Whether to continuously watch the status.--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 apps start
Start a stopped application.
Usage
Options
--app-name TEXT: The name of the application.--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 apps stop
Stop a running application.
Usage
Options
--app-name TEXT: The name of the application.--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 apps delete
Delete an application.
Usage
Options
--app-name TEXT: The name of the application.--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 apps logs
Retrieve logs for a given application.
Usage
Options
--app-name TEXT: The name of the application.--token TEXT: The authentication token.--offset INTEGER: The offset in seconds from the current time.--start INTEGER: The start time in Unix epoch format.--end INTEGER: The end time in Unix epoch format.--loglevel [debug|default|info|warning|error|critical]: The log level to use.--interactive, -i / --no-interactive: Whether to use interactive mode.--cursor TEXT: The cursor for pagination.--pretty: Use pretty printing for logs.--follow: Asks to continue to query logs.--help: Show this message and exit.
reflex cloud apps history
Retrieve the deployment history for a given application.
Usage
Options
--app-name TEXT: The name of the application.--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 apps build-logs
Retrieve the build logs for a specific deployment.
Usage
Options
--token TEXT: The authentication token.--interactive, -i / --no-interactive: Whether to use interactive mode.--help: Show this message and exit.
reflex cloud apps list
List all the hosted deployments of the authenticated user. Will exit if unable to list deployments.
Usage
Options
--project TEXT: The project ID to filter deployments.--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.