# tuist project list List projects you have access to. ## Arguments ### json `Optional` **Environment variable** `TUIST_PROJECT_LIST_JSON` The output in JSON format. ```bash tuist project list --json ``` ### no-json `Optional` **Environment variable** `TUIST_PROJECT_LIST_JSON` The output in JSON format. ```bash tuist project list --no-json ``` ### path `Optional` **Environment variable** `TUIST_PROJECT_LIST_PATH` The path to the directory or a subdirectory of the project. ```bash tuist project list --path [path] tuist project list -p [path] ```