reflex cloud secrets list
Retrieve secrets for a given application.
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 secrets delete
Delete a secret for a given application.
Usage
Options
--token TEXT: The authentication token.--reboot / --no-reboot: Automatically reboot your site with the new secrets--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 secrets update
Update secrets for a given application.
Usage
Options
--envfile TEXT: The path to an env file to use. Will override any envs set manually.--env TEXT: The environment variables to set: <key>=<value>. Required if envfile is not specified. For multiple envs, repeat this option, e.g. --env k1=v2 --env k2=v2.--reboot / --no-reboot: Automatically reboot your site with the new secrets--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.