LinuxCommandLibrary

ntl

netlify CLI shorthand

TLDR

Start development server

$ ntl dev
copy
Deploy site
$ ntl deploy
copy
Deploy to production
$ ntl deploy --prod
copy
Open site in browser
$ ntl open
copy
List sites
$ ntl sites:list
copy

SYNOPSIS

ntl [command] [options]

DESCRIPTION

ntl is the Netlify CLI shorthand. Manages deployments and development.
The tool provides Netlify platform access. Alias for netlify command.

PARAMETERS

dev

Start local development server.
deploy
Deploy site to Netlify.
--prod
Deploy to production.
open
Open site in browser.
sites:list
List all sites.
login
Authenticate with Netlify.
--help
Display help information.

CAVEATS

Requires Netlify account. Same as netlify command. Authentication required.

HISTORY

ntl is a shorthand alias for the Netlify CLI, introduced for convenience.

SEE ALSO

netlify(1), npm(1), vercel(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community