modal token
Manage tokens.
Usage:
modal token [OPTIONS] COMMAND [ARGS]...
Options:
--help
: Show this message and exit.
Commands:
new
: Create a new token by using an authenticated web session.set
: Set account credentials for connecting to Modal.
modal token new
Create a new token by using an authenticated web session.
Usage:
modal token new [OPTIONS]
Options:
--profile TEXT
: Modal profile to set credentials for. If unspecified (and MODAL_PROFILE environment variable is not set), uses the workspace name associated with the credentials.--activate / --no-activate
: Activate the profile containing this token after creation. [default: activate]--verify / --no-verify
: Make a test request to verify the new credentials. [default: verify]--source TEXT
--help
: Show this message and exit.
modal token set
Set account credentials for connecting to Modal. If not provided with the command, you will be prompted to enter your credentials.
Usage:
modal token set [OPTIONS]
Options:
--token-id TEXT
: Account token ID.--token-secret TEXT
: Account token secret.--profile TEXT
: Modal profile to set credentials for. If unspecified (and MODAL_PROFILE environment variable is not set), uses the workspace name associated with the credentials.--activate / --no-activate
: Activate the profile containing this token after creation. [default: activate]--verify / --no-verify
: Make a test request to verify the new credentials. [default: verify]--help
: Show this message and exit.