ntl
netlify CLI shorthand
TLDR
Start development server
$ ntl dev
Deploy site$ ntl deploy
Deploy to production$ ntl deploy --prod
Open site in browser$ ntl open
List sites$ ntl sites:list
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.
