Skip to content

번역

이 페이지를 번역하거나 기존 번역을 개선할 수 있습니다.

기여

tuist project delete

Delete a Tuist project.

Arguments

full-handle

Environment variable TUIST_PROJECT_DELETE_FULL_HANDLE

The project to delete. Must be in the format of account-handle/project-handle.

bash
tuist project delete [full-handle]

path Optional

Environment variable TUIST_PROJECT_DELETE_PATH

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

bash
tuist project delete --path [path]
tuist project delete -p [path]

help Optional

Show help information.

bash
tuist project delete -h
tuist project delete --help

Released under the MIT License.