Skip to content

tuist generate

Generates an Xcode workspace to start working on the project.

Arguments

path Optional

Environment variable TUIST_GENERATE_PATH

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

bash
tuist generate --path [path]
tuist generate -p [path]

sources Optional

A list of targets to focus on. Other targets will be linked as binaries if possible. If no target is specified, all the project targets will be generated (except external ones, such as Swift packages).

bash
tuist generate [sources]

open Optional

Environment variable TUIST_GENERATE_OPEN

Don't open the project after generating it.

bash
tuist generate --open
tuist generate -o
tuist generate --no-open

binary-cache Optional

Environment variable TUIST_GENERATE_BINARY_CACHE

Ignore binary cache and use sources only.

bash
tuist generate --binary-cache
tuist generate --no-binary-cache

configuration Optional

Configuration to generate for.

bash
tuist generate --configuration [configuration]
tuist generate -c [configuration]

help Optional

Show help information.

bash
tuist generate -h
tuist generate --help

Released under the MIT License.