netlify
login to Netlify
TLDR
Login to Netlify
$ netlify login
Deploy current directory$ netlify deploy
Production deploy$ netlify deploy --prod
Create new site$ netlify sites:create
Open site in browser$ netlify open
View deploy logs$ netlify watch
Link to existing site$ netlify link
Run development server$ netlify dev
SYNOPSIS
netlify [command] [options]
DESCRIPTION
netlify is the Netlify CLI. It deploys and manages sites on Netlify platform.
The tool handles deployments. Supports serverless functions and local development.
PARAMETERS
COMMAND
Netlify CLI command.login
Authenticate with Netlify.deploy
Deploy site.sites:create
Create new site.open
Open in browser.dev
Start dev server.link
Link to site.--help
Display help information.
CAVEATS
Requires Netlify account. Node.js based. Git integration recommended.
HISTORY
Netlify CLI was created by Netlify to enable command-line deployment and site management.
