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.