Reflex Cloud - Fast, secure & scalable hosting. One command to deploy.

apps status

Retrieve the status of a specific deployment.

Usage:

Arguments:

  • DEPLOYMENT_ID: The ID of the deployment. [required]

Options:

  • --watch / --no-watch: Whether to continuously watch the status. [default: no-watch]
  • --token TEXT: The authentication token.
  • --loglevel [debug|default|info|warning|error|critical]: The log level to use. [default: info]
  • --help: Show this message and exit.

apps start

Start a stopped application.

Usage:

Arguments:

  • APP_ID: The ID of the application. [required]

Options:

  • --token TEXT: The authentication token.
  • --loglevel [debug|default|info|warning|error|critical]: The log level to use. [default: info]
  • --help: Show this message and exit.

apps stop

Stop a running application.

Usage:

Arguments:

  • APP_ID: The ID of the application. [required]

Options:

  • --token TEXT: The authentication token.
  • --loglevel [debug|default|info|warning|error|critical]: The log level to use. [default: info]
  • --help: Show this message and exit.

apps delete

Delete an application.

Usage:

Arguments:

  • APP_ID: The ID of the application. Exception thrown if no app_id is provided [required]

Options:

  • --token TEXT: The authentication token.
  • --loglevel [debug|default|info|warning|error|critical]: The log level to use. [default: info]
  • --help: Show this message and exit.

apps logs

Retrieve logs for a given application.

Usage:

Arguments:

  • APP_ID: The ID of the application. If no app_id is provided start/end must both be provided. [required]

Options:

  • --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. [default: info]
  • --help: Show this message and exit.

apps history

Retrieve the deployment history for a given application.

Usage:

Arguments:

  • APP_ID: The ID of the application. [required]

Options:

  • --token TEXT: The authentication token.
  • --loglevel [debug|default|info|warning|error|critical]: The log level to use. [default: info]
  • -j, --json: Whether to output the result in json format.
  • --help: Show this message and exit.