docs/commands/link.md
linkLink a local repo or project folder to an existing project on Netlify
Usage
netlify link
Flags
filter (string) - For monorepos, specify the name of the application to run the command ingit-remote-name (string) - Name of Git remote to use. e.g. "origin"git-remote-url (string) - URL of the repository (or Github owner/repo) to link toid (string) - ID of project to link toname (string) - Name of project to link todebug (boolean) - Print debugging informationauth (string) - Netlify auth token - can be used to run this command without logging inExamples
netlify link
netlify link --id 123-123-123-123
netlify link --name my-project-name
netlify link --git-remote-url https://github.com/vibecoder/my-unicorn.git