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.
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. [default: info]-i, --interactive
: Whether to use interactive mode. [default: True]--help
: Show this message and exit.
apps stop
Stop a running application.
Usage:
Arguments:
[APP_ID]
: The ID of the application.
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. [default: info]-i, --interactive
: Whether to use interactive mode. [default: True]--help
: Show this message and exit.
apps delete
Delete an application.
Usage:
Arguments:
[APP_ID]
: The ID of the application.
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. [default: info]-i, --interactive
: Whether to use interactive mode. [default: True]--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.
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. [default: info]-i, --interactive
: Whether to use interactive mode. [default: True]--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.
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. [default: info]-j, --json
: Whether to output the result in json format.-i, --interactive
: Whether to use interactive mode. [default: True]--help
: Show this message and exit.