modal deploy
Deploy a Modal stub as an application.
Usage:
modal deploy [OPTIONS] STUB_REF
Arguments:
STUB_REF
: Path to a Python file with a stub. [required]
Options:
--name TEXT
: Name of the deployment.--env TEXT
: Environment to interact with.
If not specified, Modal will use the default environment of your current profile, or the MODAL_ENVIRONMENT
variable.
Otherwise, raises an error if the workspace has multiple environments.
--help
: Show this message and exit.