tldr/pages/common/netlify.md

21 lines
379 B
Markdown
Raw Normal View History

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
- 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`