Unlink Projects from Globe
The unlink
command removes any previously linked projects from the current local project. This will prevent you from deploying the project to Globe.
How it works
The command removes the .dart_tool/dart_globe
directory from the local project. This directory stores metadata about the project, which is used to identify the project when deploying to Globe.
Unlinking Multiple Projects (e.g., Mono-Repos)
In multi-project setups, the unlink command allows you to select which project to unlink from the workspace.
Run the same command in your workspace directory:
globe unlink
The CLI displays a list of linked projects for you to select:
🔺 Select project:
❯ ◉ blog-backend-369d
◯ blog-frontend