tuist generate run
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 run --path [path]
tuist generate run -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 run [query]open Optional
Environment variable TUIST_GENERATE_OPEN
Don't open the project after generating it.
tuist generate run --open
tuist generate run -ono-open Optional
Environment variable TUIST_GENERATE_OPEN
Don't open the project after generating it.
tuist generate run --no-openbinary-cache Optional
Environment variable TUIST_GENERATE_BINARY_CACHE
Ignore binary cache and use sources only.
tuist generate run --binary-cacheno-binary-cache Optional
Environment variable TUIST_GENERATE_BINARY_CACHE
Ignore binary cache and use sources only.
tuist generate run --no-binary-cachecache-profile Optional
Environment variable TUIST_GENERATE_CACHE_PROFILE
Binary cache profile to use: only-external, all-possible, none, or a custom profile name. Defaults to the profile configured in Tuist.swift, or 'only-external' if not configured.
tuist generate run --cache-profile [cache-profile]configuration Optional
Configuration to generate for.
tuist generate run --configuration [configuration]
tuist generate run -c [configuration]help Optional
Show help information.
tuist generate run -h
tuist generate run --help