# tuist dump Outputs the manifest as a JSON ## Arguments ### path `Optional` **Environment variable** `TUIST_DUMP_PATH` The path to the folder where the manifest is ```bash tuist dump --path [path] tuist dump -p [path] ``` ### manifest `Optional` **Environment variable** `TUIST_DUMP_MANIFEST` The manifest to be dumped ```bash tuist dump [manifest] ```