LinuxCommandLibrary

netlify

login to Netlify

TLDR

Login to Netlify

$ netlify login
copy
Deploy current directory
$ netlify deploy
copy
Production deploy
$ netlify deploy --prod
copy
Create new site
$ netlify sites:create
copy
Open site in browser
$ netlify open
copy
View deploy logs
$ netlify watch
copy
Link to existing site
$ netlify link
copy
Run development server
$ netlify dev
copy

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.

SEE ALSO

vercel(1), firebase(1), gh-pages(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community