Skip to content

tuist project tokens create

Create a new Tuist project token. You can save this token in the TUIST_CONFIG_TOKEN environment variable to authenticate requests against the Tuist API.

Arguments

full-handle

Environment variable TUIST_PROJECT_TOKEN_FULL_HANDLE

The project to create the token for. Must be in the format of account-handle/project-handle.

bash
tuist project tokens create [full-handle]

path Optional

Environment variable TUIST_PROJECT_TOKEN_PATH

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

bash
tuist project tokens create --path [path]
tuist project tokens create -p [path]

help Optional

Show help information.

bash
tuist project tokens create -h
tuist project tokens create --help

Released under the MIT License.