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.