Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 767 Bytes

init.md

File metadata and controls

26 lines (18 loc) · 767 Bytes
title description
Netlify CLI init command
Initialize a new site locally

init

Configure continuous deployment for a new or existing site. To create a new site without continuous deployment, use netlify sites:create

Usage

netlify init

Flags

  • filter (string) - For monorepos, specify the name of the application to run the command in
  • force (boolean) - Reinitialize CI hooks if the linked site is already configured to use CI
  • git-remote-name (string) - Name of Git remote to use. e.g. "origin"
  • manual (boolean) - Manually configure a git remote for CI
  • debug (boolean) - Print debugging information