Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 588 Bytes

init.md

File metadata and controls

25 lines (17 loc) · 588 Bytes
title description
Netlify CLI init command
Initialize a new site locally

init

Configure continuous deployment for a new or existing site

Usage

netlify init

Flags

  • debug (boolean) - Print debugging information
  • manual (boolean) - Manually configure a git remote for CI
  • force (boolean) - Reinitialize CI hooks if the linked site is already configured to use CI
  • gitRemoteName (option) - Name of Git remote to use. e.g. "origin"