# 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. ```bash 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, an .ipa archive, or an .apk file. ```bash 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. ```bash 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. ```bash 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. ```bash tuist share --derived-data-path [derived-data-path] ``` ### json `Optional` **Environment variable** `TUIST_SHARE_JSON` The output in JSON format. ```bash tuist share --json ``` ### no-json `Optional` **Environment variable** `TUIST_SHARE_JSON` The output in JSON format. ```bash tuist share --no-json ``` ### track `Optional` **Environment variable** `TUIST_SHARE_TRACK` The track of the preview (e.g., 'beta', 'nightly'). ```bash tuist share --track [track] ```