tuist inspect bundle
Inspects an app bundle. The app bundle has to be either .app
, .xcarchive
or .ipa
.
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
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]
help Optional
Show help information.
bash
tuist inspect bundle -h
tuist inspect bundle --help