Skip to content

tuist project tokens revoke

Revoke Tuist project tokens.

Arguments

project-token-id

Environment variable TUIST_PROJECT_TOKEN_ID

The ID of the project token to revoke.

bash
tuist project tokens revoke [project-token-id]

full-handle

Environment variable TUIST_PROJECT_TOKEN_FULL_HANDLE

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

bash
tuist project tokens revoke [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 revoke --path [path]
tuist project tokens revoke -p [path]

help Optional

Show help information.

bash
tuist project tokens revoke -h
tuist project tokens revoke --help

Released under the MIT License.