Netlify Tool
Integrates with the netlify-cli to manage sites and deployments.
Prerequisites
- Install Netlify CLI:
npm install -g netlify-cli - Login:
netlify login
Actions
Deploy
Deploy the current site.
netlify deploy --prod
List Sites
List sites connected to your account.
netlify sites:list
Status
Check the status of the current site.
netlify status