2019-10-15 21:23:31 +01:00
|
|
|
# netlify
|
|
|
|
|
|
|
|
> Deploy sites and configure continuous deployment to the Netlify platform.
|
2022-01-18 15:27:22 +00:00
|
|
|
> More information: <https://cli.netlify.com>.
|
2019-10-15 21:23:31 +01:00
|
|
|
|
2021-05-14 01:42:15 +01:00
|
|
|
- Log in to the Netlify account:
|
2019-10-15 21:23:31 +01:00
|
|
|
|
|
|
|
`netlify login`
|
|
|
|
|
|
|
|
- Deploy the contents of a directory to Netlify:
|
|
|
|
|
|
|
|
`netlify deploy`
|
|
|
|
|
|
|
|
- Configure continuous deployment for a new or an existing site:
|
|
|
|
|
|
|
|
`netlify init`
|
|
|
|
|
|
|
|
- Start a local dev server:
|
|
|
|
|
|
|
|
`netlify dev`
|