reflex deploy
Deploy the app to the Reflex hosting service.
Usage
Options
--loglevel, --log-level [debug|default|info|warning|error|critical]: The log level to use.--app-name TEXT: The name of the app to deploy.--app-id TEXT: The ID of the app to deploy.-r, --region TEXT: The regions to deploy to.reflex cloud regionsFor multiple envs, repeat this option, e.g. --region sjc --region iad--env TEXT: The environment variables to set: <key>=<value>. For multiple envs, repeat this option, e.g. --env k1=v2 --env k2=v2.--vmtype TEXT: Vm type id. Runreflex cloud vmtypesto get options.--hostname TEXT: The hostname of the frontend.--interactive / --no-interactive: Whether to list configuration options and ask for confirmation.--envfile TEXT: The path to an env file to use. Will override any envs set manually.--project TEXT: project id to deploy to--project-name TEXT: The name of the project to deploy to.--token TEXT: token to use for auth--config-path, --config TEXT: path to the config file--exclude-from-backend PATH: Files or directories to exclude from the backend zip. Can be used multiple times.--server-side-rendering, --ssr / --no-server-side-rendering, --no-ssr: Whether to enable server side rendering for the frontend.--help: Show this message and exit.