| title | Netlify CLI init command |
|---|---|
| description | Initialize a new site locally |
Configure continuous deployment for a new or existing site
Usage
netlify initFlags
manual(boolean) - Manually configure a git remote for CIforce(boolean) - Reinitialize CI hooks if the linked site is already configured to use CIgitRemoteName(string) - Name of Git remote to use. e.g. "origin"debug(boolean) - Print debugging informationhttpProxy(string) - Proxy server address to route requests through.httpProxyCertificateFilename(string) - Certificate file to use when connecting using a proxy server