Skip to content

tuist auth

Authenticates the user

Arguments

email Optional

Environment variable TUIST_AUTH_EMAIL

Email to authenticate with.

bash
tuist auth --email [email]

password Optional

Environment variable TUIST_AUTH_PASSWORD

Password to authenticate with.

bash
tuist auth --password [password]

path Optional

Environment variable TUIST_AUTH_PATH

The path to the directory or a subdirectory of the project.

bash
tuist auth --path [path]
tuist auth -p [path]

help Optional

Show help information.

bash
tuist auth -h
tuist auth --help

Released under the MIT License.