OSS Tanbou

Netlify CLI — bring Netlify development, build, and deploy workflows into the terminal

About these scores

OSS scale score is an unbounded metric that log-compresses and weights Stars, Watchers, Forks, and Contributors. Discovery score is the current OSS scale score minus the score at discovery. Update pace is commits in the last 30 days, growth momentum is the OSS scale score difference within the recent observation window, and OSS health is a 0–100 rating based on available recency, Community Health, and release data.

Stars
1,918
Primary language
TypeScript
License
MIT
Repository last updated
Sep 21, 2026

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.

Sources: [2][3]

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.

Sources: [2][4]

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.

Sources: [2][5]

Official sources

  1. [1]netlify/cli repository(2026-09-21)
  2. [2]Netlify CLI README(2026-09-21)
  3. [3]Netlify CLI dev command(2026-09-21)
  4. [4]Netlify CLI documentation(2026-09-21)
  5. [5]netlify-cli package(2026-09-21)
  6. [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. 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. 2

    Run Netlify Dev offline

    Start the local framework plus Netlify proxy and redirect behavior without network-dependent features.

    npx netlify dev --offline
  3. 3

    Test the production build locally

    Run the Netlify build locally before any deployment step.

    npx netlify build
Check the official README

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

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
Write a related article

Share a guide or use case for this OSS in Markdown. Articles are published after administrator approval.

Report incorrect information

Tell us if any listing information is incorrect or outdated.