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 -uno-update Optional
Environment variable TUIST_INSTALL_UPDATE
Instead of simple install, update external content when available.
bash
tuist install --no-updatepassthrough-arguments Optional
Environment variable TUIST_INSTALL_PASSTHROUGH_ARGUMENTS
Arguments to pass to the underlying 'swift package' invocation
bash
tuist install [passthrough-arguments]help Optional
Show help information.
bash
tuist install -h
tuist install --help