tuist share
Generate a link to share your app. Only simulator builds supported.
Arguments
path Optional
The path to the directory that contains a Tuist or Xcode project with a buildable scheme that can output runnable artifacts.
tuist share --path [path]
tuist share -p [path]
apps Optional
Environment variable TUIST_SHARE_APP
The app names to be looked up in the built products directory or the paths to the app bundles.
tuist share [apps]
configuration Optional
Environment variable TUIST_SHARE_CONFIGURATION
The configuration of the app to share. Ignored when the app paths are passed directly.
tuist share --configuration [configuration]
tuist share -C [configuration]
platforms Optional
Environment variable TUIST_SHARE_PLATFORM
The platforms (iOS, tvOS, visionOS, watchOS or macOS) to share the app for. Ignored when the app paths are passed directly.
tuist share --platforms [platforms]
derived-data-path Optional
Environment variable TUIST_SHARE_DERIVED_DATA_PATH
The derived data path to find the apps in. When absent, the system-configured one.
tuist share --derived-data-path [derived-data-path]
help Optional
Show help information.
tuist share -h
tuist share --help