Skip to content

Translation 🌍

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

기여

tuist bundle show

Shows information about a bundle.

Arguments

bundle-id

Environment variable TUIST_BUNDLE_SHOW_ID

The ID of the bundle to show.

bash
tuist bundle show [bundle-id]

project Optional

Environment variable TUIST_BUNDLE_SHOW_FULL_HANDLE

The full handle of the project. Must be in the format of account-handle/project-handle. If not provided, it will be read from the project's Tuist.swift.

bash
tuist bundle show --project [project]
tuist bundle show -P [project]

path Optional

Environment variable TUIST_BUNDLE_SHOW_PATH

The path to the directory or a subdirectory of the project.

bash
tuist bundle show --path [path]
tuist bundle show -p [path]

json Optional

Environment variable TUIST_BUNDLE_SHOW_JSON

The output in JSON format.

bash
tuist bundle show --json

no-json Optional

Environment variable TUIST_BUNDLE_SHOW_JSON

The output in JSON format.

bash
tuist bundle show --no-json

help Optional

Show help information.

bash
tuist bundle show -h
tuist bundle show --help

Released under the MIT License.