tuist share
Generate a link to share your app.
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 name to be looked up in the built products directory or the paths to the app bundles or an .ipa archive.
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]
json Optional
Environment variable TUIST_SHARE_JSON
The output in JSON format.
tuist share --json
tuist share --no-json
help Optional
Show help information.
tuist share -h
tuist share --help