Forrest logo
back to the turbo tool

turbo:tldr:ba452

turbo: Unlink the current directory from your Vercel organization and disable Remote Caching.
$ turbo unlink
try on your machine

The command "turbo unlink" is specific to the Turbo software, a command-line tool used for building and running containers. The purpose of the "turbo unlink" command is to remove the link between a Turbo application and the host system, making the application run in an isolated environment.

When a Turbo application is linked to the host, it can access and interact with resources on the host system such as files, network interfaces, or devices. However, unlinking the application breaks this connection and restricts its access to only the resources provided within the isolated environment.

The "turbo unlink" command is typically used when you want to prevent an application from interfering with or modifying the host system. It is often used for security purposes, ensuring that the application operates within a controlled environment and doesn't have access to sensitive or critical resources on the host.

Overall, the "turbo unlink" command is used to sever the link between a Turbo application and the host system, enabling it to run in a contained and isolated environment.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the turbo tool