Skip to content

번역

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

기여

tuist install

Installs any remote content (e.g. dependencies) necessary to interact with the project.

Arguments

path Optional

Environment variable TUIST_INSTALL_PATH

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

bash
tuist install --path [path]
tuist install -p [path]

update Optional

Environment variable TUIST_INSTALL_UPDATE

Instead of simple install, update external content when available.

bash
tuist install --update
tuist install -u
tuist install --no-update

help Optional

Show help information.

bash
tuist install -h
tuist install --help

Released under the MIT License.