# tuist organization show Show information about the specified organization. ## Arguments ### organization-name **Environment variable** `TUIST_ORGANIZATION_SHOW_ORGANIZATION_NAME` The name of the organization to show. ```bash tuist organization show [organization-name] ``` ### json `Optional` **Environment variable** `TUIST_ORGANIZATION_SHOW_JSON` The output in JSON format. ```bash tuist organization show --json ``` ### no-json `Optional` **Environment variable** `TUIST_ORGANIZATION_SHOW_JSON` The output in JSON format. ```bash tuist organization show --no-json ``` ### path `Optional` **Environment variable** `TUIST_ORGANIZATION_SHOW_PATH` The path to the directory or a subdirectory of the project. ```bash tuist organization show --path [path] tuist organization show -p [path] ```