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.
tuist generate --path [path]
tuist generate -p [path]
query Optional
Targets to focus on, specified by name or tag query (e.g. 'tag:feature'). 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).
tuist generate [query]
open Optional
Environment variable TUIST_GENERATE_OPEN
Don't open the project after generating it.
tuist generate --open
tuist generate -o
no-open Optional
Environment variable TUIST_GENERATE_OPEN
Don't open the project after generating it.
tuist generate --no-open
binary-cache Optional
Environment variable TUIST_GENERATE_BINARY_CACHE
Ignore binary cache and use sources only.
tuist generate --binary-cache
no-binary-cache Optional
Environment variable TUIST_GENERATE_BINARY_CACHE
Ignore binary cache and use sources only.
tuist generate --no-binary-cache
configuration Optional
Configuration to generate for.
tuist generate --configuration [configuration]
tuist generate -c [configuration]
help Optional
Show help information.
tuist generate -h
tuist generate --help