Skip to content

Netlify CLI claim command

Claim an anonymously deployed site and link it to your account

Usage

Terminal window
netlify claim

Flags

  • filter (string) - For monorepos, specify the name of the application to run the command in
  • site (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 information
  • auth (string) - Netlify auth token - can be used to run this command without logging in

Examples

Terminal window
netlify claim --site abc123 --token drop-jwt-token