Back to Netlify

Netlify CLI watch command

docs/commands/watch.md

26.0.1506 B
Original Source

watch

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

Watch for project deploy to finish

Usage

bash
netlify watch

Flags

  • filter (string) - For monorepos, specify the name of the application to run the command in
  • debug (boolean) - Print debugging information
  • auth (string) - Netlify auth token - can be used to run this command without logging in

Examples

bash
netlify watch
git push && netlify watch
<!-- AUTO-GENERATED-CONTENT:END -->