Posts tagged "CLI"
-
We’ve improved the Netlify CLI’s Agent Experience to make it the fastest way for both developers and AI agents to go from idea to deployed site. Here’s what’s new.
Create a new project from a prompt
The
netlify createcommand now builds you a new site from scratch, triggering Agent Runners:netlify create "a landing page for a SaaS product with a waitlist signup"This single command will:
- Create a new Netlify project for you
- Deploy it to a live URL
- Pull down the code so you can start iterating locally
Prefer to build with GitHub? The Netlify CLI can also create a new GitHub repo and automatically hook it up to your new Netlify project, no manual setup required.
Deploy without an account
Need to spin up something quick without creating an account first or signing in? The new
--allow-anonymousflag lets you deploy without a Netlify account:netlify deploy --allow-anonymousThis will create the project, deploy it to a live URL, and let you claim the project within an hour. This is especially useful for AI agents that need to create temporary projects without requiring Netlify credentials upfront.
Better agent experience throughout
We’ve resolved the major issues agents commonly hit with the CLI. The CLI is now a more predictable integration point whether you’re building with an AI coding assistant or orchestrating your own agents.
Install or update the Netlify CLI to try it out:
npm install -g netlify-cli@latest -
23.12.3 (2025-12-04)
Bug Fixes
deps: update dependency @netlify/ai to v0.3.4 (#7812) (6d4de26)
include sourceZipFileName in results for printing results if available (#7814) (6c83dfe)
-
23.12.2 (2025-11-28)
Bug Fixes
deps: upgrade deps to resolve 2 high-sev vulnerabilities (#7804) (1c41700)
-
23.12.1 (2025-11-26)
Bug Fixes
fix EBADPLATFORM when running npm ci (c0268cb)
-
23.12.0 (2025-11-25)
Features
support skew protection token (#7796) (64c3c72)
Bug Fixes
deps: update dependency @netlify/ai to v0.3.3 (#7739) (8f3c275)
deps: update dependency @netlify/build to v35.5.2 (#7795) (f027183)
deps: update dependency @netlify/dev-utils to v4.3.2 (#7781) (5ea0ce9)
deps: update dependency @netlify/edge-functions to v3.0.2 (#7782) (bca0b2f)
deps: update dependency @netlify/functions to v5 (#7726) (b4e3777)
deps: update netlify packages (#7783) (31cf4a3)
deps: update netlify packages (#7786) (a17ff10)
deps: update netlify packages (#7790) (a264676)
deps: update netlify packages (#7792) (95c9daa)
-
23.11.1 (2025-11-18)
Bug Fixes
handle ECONNRESET errors in Node.js 24.x (#7772) (03de2a0)
-
23.12.0-rc.0
-
Skew protection is now available for deploys triggered from the CLI starting with the Netlify CLI version 23.11.0 and above. Previously, skew protection did not work with CLI workflows.
To upgrade your Netlify CLI version:
npm update -g netlify-cliNote that if you use
npxwhen you run your Netlify CLI commands, you will always use the latest Netlify CLI version.Learn more about the benefits of skew protection, including more stable user experiences and preventing server-client version mismatch errors in our docs.
-
23.11.0 (2025-11-13)
Features
create deploy before building (#7768) (1cc36f9)