Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 693 Bytes

File metadata and controls

34 lines (24 loc) · 693 Bytes
title Netlify CLI push command
sidebar
label
push
description Push code to Netlify via git, triggering a build

push

Push code to Netlify via git, triggering a build

Usage

netlify push

Flags

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

Examples

netlify push
netlify push -m "Add contact form"