გადახტე შინაარსზე

tuist inspect dependencies

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

Arguments#

path Optional#

Environment variableTUIST_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 variableTUIST_INSPECT_DEPENDENCIES_ONLY

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

bash
tuist inspect dependencies --only [only]

output Optional#

The output format. Available options: text, summary, json.

bash
tuist inspect dependencies --output [output]

json Optional#

Output the result as JSON. Alias for '--output json'.

bash
tuist inspect dependencies --json

verbose Optional#

Display verbose logs.

bash
tuist inspect dependencies --verbose