| title | Netlify CLI init command | ||
|---|---|---|---|
| sidebar |
|
||
| description | Initialize a new project locally |
Configure continuous deployment for a new or existing project. To create a new project without continuous deployment, use netlify sites:create
Usage
netlify initFlags
filter(string) - For monorepos, specify the name of the application to run the command inforce(boolean) - Reinitialize CI hooks if the linked project is already configured to use CIgit(boolean) - Use Netlify-hosted git for deploys (no external provider needed)git-remote-name(string) - Name of Git remote to use. e.g. "origin"manual(boolean) - Manually configure a git remote for CIdebug(boolean) - Print debugging informationauth(string) - Netlify auth token - can be used to run this command without logging in