| title | Netlify CLI push command | ||
|---|---|---|---|
| sidebar |
|
||
| description | Push code to Netlify via git, triggering a build |
Push code to Netlify via git, triggering a build
Usage
netlify pushFlags
filter(string) - For monorepos, specify the name of the application to run the command inmessage(string) - Commit messagedebug(boolean) - Print debugging informationauth(string) - Netlify auth token - can be used to run this command without logging in
Examples
netlify push
netlify push -m "Add contact form"