modal app
Manage deployed and running apps.
Usage:
modal app [OPTIONS] COMMAND [ARGS]...
Options:
--help
: Show this message and exit.
Commands:
deploy
: [Moved] Deploy a Modal stub as an…list
: List all running or recently running Modal…logs
: Output logs for a running app.run
: [Moved] Run a Modal function.shell
: [Moved] Start a shell session in a Modal…stop
: Stop an app.
modal app deploy
[Moved] Deploy a Modal stub as an application.
Usage:
modal app deploy [OPTIONS]
Options:
--help
: Show this message and exit.
modal app list
List all running or recently running Modal apps for the current account
Usage:
modal app list [OPTIONS]
Options:
--help
: Show this message and exit.
modal app logs
Output logs for a running app.
Usage:
modal app logs [OPTIONS] APP_ID
Arguments:
APP_ID
: [required]
Options:
--help
: Show this message and exit.
modal app run
[Moved] Run a Modal function.
Usage:
modal app run [OPTIONS]
Options:
--help
: Show this message and exit.
modal app shell
[Moved] Start a shell session in a Modal container
Usage:
modal app shell [OPTIONS]
Options:
--help
: Show this message and exit.
modal app stop
Stop an app.
Usage:
modal app stop [OPTIONS] APP_ID
Arguments:
APP_ID
: [required]
Options:
--help
: Show this message and exit.