netlify init
Configure continuous deployment for a new or existing site. To create a new site without continuous deployment, use `netlify sites:create`
Options
Name | Description |
---|---|
-m, --manual | Manually configure a git remote for CI |
--force | Reinitialize CI hooks if the linked site is already configured to use CI |
--gitRemoteName <gitRemoteName> | Name of Git remote to use. e.g. "origin" |
--debug | Print debugging information |
--httpProxy <httpProxy> | Proxy server address to route requests through |
--httpProxyCertificateFilename <httpProxyCertificateFilename> | Certificate file to use when connecting using a proxy server |