跳至內容

tuist install

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

Arguments#

path Optional#

Environment variableTUIST_INSTALL_PATH

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

bash
tuistinstall--path[path]
tuistinstall-p[path]

update Optional#

Environment variableTUIST_INSTALL_UPDATE

Instead of simple install, update external content when available.

bash
tuistinstall--update
tuistinstall-u

no-update Optional#

Environment variableTUIST_INSTALL_UPDATE

Instead of simple install, update external content when available.

bash
tuistinstall--no-update

passthrough-arguments Optional#

Environment variableTUIST_INSTALL_PASSTHROUGH_ARGUMENTS

Arguments to pass to the underlying 'swift package' invocation

bash
tuistinstall[passthrough-arguments]