Overview
Netlify CLI is the official command-line tool for site operations, local development, builds, deploys, environment variables, Functions, and related Netlify workflows. `netlify dev` can combine the framework dev server with Netlify-specific proxy and redirect behavior locally.
Features and best fit
Based on official documentation; not hands-on tested · Content checked:
Run a Netlify-aware local environment with Netlify Dev
netlify dev combines the detected framework dev server with Netlify proxy, redirect, Functions, and related local behaviors.
Automate build, deploy, environment, and site operations
The CLI covers build and deploy commands plus site linking, environment variables, Functions, Blobs, and other operational tasks.
For using the same Netlify tooling in local development and CI/CD
It fits projects that want Netlify-specific workflows scripted consistently across developer machines and automation.
Sources: [2]
Pin the CLI and Node.js versions for reproducible CI
The README warns that global latest installs can introduce breaking changes in CI and recommends a local development dependency with a lockfile.
Official sources
- [1]netlify/cli repository(2026-09-21)
- [2]Netlify CLI README(2026-09-21)
- [3]Netlify CLI dev command(2026-09-21)
- [4]Netlify CLI documentation(2026-09-21)
- [5]netlify-cli package(2026-09-21)
- [6]Netlify CLI MIT license(2026-09-21)
Supplemental curator note
The current `netlify-cli` package is 27.8.0 and requires Node.js 22.13.0+. The README recommends installing the CLI as a project development dependency in CI rather than globally so a lockfile can keep builds reproducible. `netlify dev` can run the local framework together with Netlify proxy and redirect behavior.
Try it in 3 steps
- 1
Pin the CLI in the project
Install it as a local development dependency, matching the README recommendation for reproducible CI.
npm install --save-dev netlify-cli - 2
Run Netlify Dev offline
Start the local framework plus Netlify proxy and redirect behavior without network-dependent features.
npx netlify dev --offline - 3
Test the production build locally
Run the Netlify build locally before any deployment step.
npx netlify build
Growth
Growth trends · Last 30 days
1,918 Stars
Trend data is still being collected.
Development activity
Last 90 days · weekly
- Commits (last 30 days)
- 60
- Open PRs
- 75
Development activity is still being collected.
Built with
Categories and tags
Categories
GitHub data
GitHub dataView detailed GitHub data
GitHub Topics
- netlify
- cli
- Stars
- 1,918
- Forks
- 474
- Watchers
- 55
- Open issues
- 75
- Contributors
- 214
- Primary language
- TypeScript
- License
- MIT
- Repository last updated
- Sep 21, 2026
Related information
Write a related articleShare a guide or use case for this OSS in Markdown. Articles are published after administrator approval.
Explore next
- Vercel CLI & OSS Tooling16,278 Stars
1 shared tag(s) · 3 shared category(s) · Same language
Vercel's official open-source monorepo for the Vercel CLI and deployment-related packages, including tooling for local development, preview/production deployment, and Builders.
TypeScript - Cloudflare Workers SDK4,556 Stars
1 shared tag(s) · 3 shared category(s) · Same language
Cloudflare's official monorepo for Workers developer tooling, including Wrangler, create-cloudflare, and Miniflare for project creation, local development, and deployment.
TypeScript - Supabase110,464 Stars
1 shared tag(s) · 2 shared category(s) · Same language
An open Postgres development platform combining Database, Auth, APIs, Realtime, Storage, and Functions.
TypeScript - Continue35,966 Stars
1 shared tag(s) · 2 shared category(s) · Same language
The final Apache-2.0 Continue coding-agent codebase for VS Code, CLI, and JetBrains with configurable models and MCP.
TypeScript - Letta Code3,388 Stars
1 shared tag(s) · 2 shared category(s) · Same language
A stateful agent harness where agents maintain memory, identity, skills, and long-term learning across CLI, desktop, browser, and messaging channels.
TypeScript
Report incorrect information
Tell us if any listing information is incorrect or outdated.