# tuist bundle list Lists all the bundles in a project. ## Arguments ### project `Optional` **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. ```bash tuist bundle list --project [project] tuist bundle list -P [project] ``` ### path `Optional` **Environment variable** `TUIST_BUNDLE_LIST_PATH` The path to the directory or a subdirectory of the project. ```bash tuist bundle list --path [path] tuist bundle list -p [path] ``` ### git-branch `Optional` **Environment variable** `TUIST_BUNDLE_LIST_GIT_BRANCH` Filter bundles by git branch. ```bash tuist bundle list --git-branch [git-branch] ``` ### json `Optional` **Environment variable** `TUIST_BUNDLE_LIST_JSON` The output in JSON format. ```bash tuist bundle list --json ``` ### no-json `Optional` **Environment variable** `TUIST_BUNDLE_LIST_JSON` The output in JSON format. ```bash tuist bundle list --no-json ```