Castellano (Spanish)
Appearance
Castellano (Spanish)
Appearance
Generates an Xcode workspace to start working on the project.
Environment variable TUIST_GENERATE_PATH
The path to the directory or a subdirectory of the project.
tuist generate --path [path]
tuist generate -p [path]
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]
Environment variable TUIST_GENERATE_OPEN
Don't open the project after generating it.
tuist generate --open
tuist generate -o
tuist generate --no-open
Environment variable TUIST_GENERATE_BINARY_CACHE
Ignore binary cache and use sources only.
tuist generate --binary-cache
tuist generate --no-binary-cache
Configuration to generate for.
tuist generate --configuration [configuration]
tuist generate -c [configuration]
Show help information.
tuist generate -h
tuist generate --help