Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 770 Bytes

File metadata and controls

27 lines (19 loc) · 770 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

  • 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 (string) - Name of Git remote to use. e.g. "origin"
  • debug (boolean) - Print debugging information
  • httpProxy (string) - Proxy server address to route requests through.
  • httpProxyCertificateFilename (string) - Certificate file to use when connecting using a proxy server