Skip to content

Translation 🌍

이 페이지를 번역하거나 기존 번역을 개선할 수 있습니다.

기여

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

Released under the MIT License.