tuist inspect bundle
Inspects an app bundle. The app bundle has to be either .app, .xcarchive, .ipa, .aab, or .apk.
Arguments#
bundle#
Environment variable TUIST_INSPECT_BUNDLE
The path to the bundle.
bash
tuist inspect bundle [bundle]
json Optional#
Environment variable TUIST_INSPECT_BUNDLE_JSON
The output in JSON format.
bash
tuist inspect bundle --json
no-json Optional#
Environment variable TUIST_INSPECT_BUNDLE_JSON
The output in JSON format.
bash
tuist inspect bundle --no-json
path Optional#
Environment variable TUIST_INSPECT_BUNDLE_PATH
The path to the directory that contains the project associated with the inspected bundle.
bash
tuist inspect bundle --path [path]
tuist inspect bundle -p [path]