modal profile
Set the current environment.
Usage:
modal profile [OPTIONS] COMMAND [ARGS]...
Options:
--help
: Show this message and exit.
Commands:
activate
: Change the active Modal environment.current
: Print the active Modal environment.list
: List all Modal environments that are defined.
modal profile activate
Change the active Modal environment.
Usage:
modal profile activate [OPTIONS] PROFILE
Arguments:
PROFILE
: Modal environment to activate. [required]
Options:
--help
: Show this message and exit.
modal profile current
Print the active Modal environment.
Usage:
modal profile current [OPTIONS]
Options:
--help
: Show this message and exit.
modal profile list
List all Modal environments that are defined.
Usage:
modal profile list [OPTIONS]
Options:
--help
: Show this message and exit.