Netlify CLI


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