Forrest logo
back to context overview

turbo

List of commands for turbo:

  • turbo:tldr:2c170 turbo: Build the current project.
    $ turbo run build
    try on your machine
    explain this command
  • turbo:tldr:8095d turbo: Run a task in parallel across packages.
    $ turbo run ${task_name} --parallel --no-cache
    try on your machine
    explain this command
  • turbo:tldr:9535c turbo: Run a task without concurrency.
    $ turbo run ${task_name} --concurrency=${1}
    try on your machine
    explain this command
  • turbo:tldr:ba452 turbo: Unlink the current directory from your Vercel organization and disable Remote Caching.
    $ turbo unlink
    try on your machine
    explain this command
  • turbo:tldr:ba9f1 turbo: Run a task ignoring cached artifacts and forcibly re-execute all tasks.
    $ turbo run ${task_name} --force
    try on your machine
    explain 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 machine
    explain this command
  • turbo:tldr:c3d09 turbo: Link the current directory to a Vercel organization and enable remote caching.
    $ turbo link
    try on your machine
    explain this command
  • turbo:tldr:d247c turbo: Log in using the default web browser with a Vercel account.
    $ turbo login
    try on your machine
    explain this command
back to context overview