Netlify CLI claim command
Claim an anonymously deployed site and link it to your account
Usage
netlify claimFlags
filter(string) - For monorepos, specify the name of the application to run the command insite(string) - The site ID of the anonymous deploy to claim (required)token(string) - The drop token provided when the site was deployed (required)debug(boolean) - Print debugging informationauth(string) - Netlify auth token - can be used to run this command without logging in
Examples
netlify claim --site abc123 --token drop-jwt-token