Português (Portuguese)
Appearance
Português (Portuguese)
Appearance
Lists all the bundles in a project.
Environment variable TUIST_BUNDLE_LIST_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.
tuist bundle list --project [project]
tuist bundle list -P [project]Environment variable TUIST_BUNDLE_LIST_PATH
The path to the directory or a subdirectory of the project.
tuist bundle list --path [path]
tuist bundle list -p [path]Environment variable TUIST_BUNDLE_LIST_GIT_BRANCH
Filter bundles by git branch.
tuist bundle list --git-branch [git-branch]Environment variable TUIST_BUNDLE_LIST_JSON
The output in JSON format.
tuist bundle list --jsonEnvironment variable TUIST_BUNDLE_LIST_JSON
The output in JSON format.
tuist bundle list --no-jsonShow help information.
tuist bundle list -h
tuist bundle list --help