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--updatetuistinstall-uno-update Optional#
Environment variableTUIST_INSTALL_UPDATE
Instead of simple install, update external content when available.
bash
tuistinstall--no-updatepassthrough-arguments Optional#
Environment variableTUIST_INSTALL_PASSTHROUGH_ARGUMENTS
Arguments to pass to the underlying 'swift package' invocation
bash
tuistinstall[passthrough-arguments]