Back to Netlify

Netlify CLI claim command

docs/commands/claim.md

26.0.1708 B
Original Source

claim

<!-- AUTO-GENERATED-CONTENT:START (GENERATE_COMMANDS_DOCS) -->

Claim an anonymously deployed site and link it to your account

Usage

bash
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

bash
netlify claim --site abc123 --token drop-jwt-token
<!-- AUTO-GENERATED-CONTENT:END -->