--- title: Netlify CLI watch command sidebar: label: watch description: Watch for project deploy to finish --- # `watch` 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 ```