Skip to content

번역 🌍

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

기여

tuist inspect dependencies

Inspects implicit and redundant dependencies in Tuist projects, failing when issues are found.

Arguments

path Optional

Environment variable TUIST_INSPECT_DEPENDENCIES_PATH

The path to the directory that contains the project.

bash
tuist inspect dependencies --path [path]
tuist inspect dependencies -p [path]

only Optional

Environment variable TUIST_INSPECT_DEPENDENCIES_ONLY

Run only specified checks. Can be repeated. Default: implicit, redundant.

bash
tuist inspect dependencies --only [only]

help Optional

Show help information.

bash
tuist inspect dependencies -h
tuist inspect dependencies --help

Released under the MIT License.