
turbo
List of commands for turbo:
-
turbo:tldr:2c170 turbo: Build the current project.$ turbo run buildtry on your machineexplain this command
-
turbo:tldr:8095d turbo: Run a task in parallel across packages.$ turbo run ${task_name} --parallel --no-cachetry on your machineexplain this command
-
turbo:tldr:9535c turbo: Run a task without concurrency.$ turbo run ${task_name} --concurrency=${1}try on your machineexplain this command
-
turbo:tldr:ba452 turbo: Unlink the current directory from your Vercel organization and disable Remote Caching.$ turbo unlinktry on your machineexplain this command
-
turbo:tldr:ba9f1 turbo: Run a task ignoring cached artifacts and forcibly re-execute all tasks.$ turbo run ${task_name} --forcetry on your machineexplain this command
-
turbo:tldr:bc3b1 turbo: Generate a Dot graph of a specific task execution (the output file format can be controlled with the filename).$ turbo run ${task_name} --graph=${filename}.${select}try on your machineexplain this command
-
turbo:tldr:c3d09 turbo: Link the current directory to a Vercel organization and enable remote caching.$ turbo linktry on your machineexplain this command
-
turbo:tldr:d247c turbo: Log in using the default web browser with a Vercel account.$ turbo logintry on your machineexplain this command