---
title: "CLI | Netlify Changelog"
description: "Get the latest updates on Netlify products and features to meet your developer needs."
source: "https://www.netlify.com/changelog/tag/cli/"
last_updated: "2026-07-14T01:57:39.000Z"
---
# Posts tagged "CLI"

All Tags Agent-runners AI Ai-gateway Angular Astro AX Build CLI Database Design Devtools Domains E-commerce Extensions Forms Framework Functions Logs Next.js Nuxt.js Remix SDK Security Updates Workflow  [Subscribe to feed](https://www.netlify.com/changelog/tag/cli/feed.xml)

-   [
    
    ## New \`netlify logs\` CLI command
    
    ](/changelog/2026-05-01-netlify-logs-cli-command/)
    
    May 1, 2026
    
    -   [cli announcement](/changelog/tag/cli-announcement/)
    
    The Netlify CLI now includes a `netlify logs` command, giving you a powerful and flexible way to access logs for your projects whether you’re a developer debugging locally or an AI agent processing structured output.
    
    ## Filter by source
    
    Use `--source` to pull logs from functions, edge functions, deploys, or any combination of them together. Color-coded output makes it easy to tell sources apart at a glance when you’re tailing multiple at once.
    
    ![netlify logs CLI showing colour-coded output from functions and edge functions](/images/changelog/netlify-logs-cli-colour-coded.png)
    
    Need to narrow it down further? The `--function` and `--edge-function` flags let you filter to a specific function by name, and `--url` lets you target the exact deploy you want logs from.
    
    ## Historical and real-time views
    
    The `--since` and `--until` flags let you query logs over any specific time window — useful for tracking down what happened during a past deploy or incident. When you want to watch logs as they come in, `--follow` streams them in real time.
    
    ## JSON Lines support
    
    Pass `--json` to get structured output in JSON Lines format. This works in both historical and real-time modes, making `netlify logs` easy to pipe into your own tooling or integrate into automated workflows.
    
    ![netlify logs CLI with --json flag showing JSON Lines output](/images/changelog/netlify-logs-cli-json.png)
    
    Update to the latest Netlify CLI to start using it:
    
    ```
    npm install -g netlify-cli@latest
    ```
    
    Then run `netlify logs --help` to see all available options.
    
    [Permalink to New \`netlify logs\` CLI command Permalink](/changelog/2026-05-01-netlify-logs-cli-command/)
    
-   [
    
    ## Netlify CLI adds prompt-based creation and anonymous deploys
    
    ](/changelog/2026-03-27-create-and-deploy-anything-netlify-clis-improved-ax/)
    
    March 31, 2026
    
    -   [ax](/changelog/tag/ax/)
    -   [cli announcement](/changelog/tag/cli-announcement/)
    -   [agent runners](/changelog/tag/agent-runners/)
    -   [ai](/changelog/tag/ai/)
    
    We’ve improved the [Netlify CLI](https://cli.netlify.com/)’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 create` command now builds you a new site from scratch, triggering [Agent Runners](https://docs.netlify.com/build/build-with-ai/agent-runners/overview/):
    
    ```
    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](https://cli.netlify.com/) 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-anonymous` flag lets you deploy without a Netlify account:
    
    ```
    netlify deploy --allow-anonymous
    ```
    
    This 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](https://cli.netlify.com/) to try it out:
    
    ```
    npm install -g netlify-cli@latest
    ```
    
    [Permalink to Netlify CLI adds prompt-based creation and anonymous deploys Permalink](/changelog/2026-03-27-create-and-deploy-anything-netlify-clis-improved-ax/)
    
-   [
    
    ## CLI Release: v23.12.3
    
    ](/changelog/2025-12-04-cli-v23-12-3/)
    
    December 4, 2025
    
    -   [cli](/changelog/tag/cli/)
    
    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)
    
    [Permalink to CLI Release: v23.12.3 Permalink](/changelog/2025-12-04-cli-v23-12-3/)
    
-   [
    
    ## CLI Release: v23.12.2
    
    ](/changelog/2025-11-28-cli-v23-12-2/)
    
    November 28, 2025
    
    -   [cli](/changelog/tag/cli/)
    
    23.12.2 (2025-11-28)
    
    Bug Fixes
    
    deps: upgrade deps to resolve 2 high-sev vulnerabilities (#7804) (1c41700)
    
    [Permalink to CLI Release: v23.12.2 Permalink](/changelog/2025-11-28-cli-v23-12-2/)
    
-   [
    
    ## CLI Release: v23.12.1
    
    ](/changelog/2025-11-27-cli-v23-12-1/)
    
    November 27, 2025
    
    -   [cli](/changelog/tag/cli/)
    
    23.12.1 (2025-11-26)
    
    Bug Fixes
    
    fix EBADPLATFORM when running npm ci (c0268cb)
    
    [Permalink to CLI Release: v23.12.1 Permalink](/changelog/2025-11-27-cli-v23-12-1/)
    
-   [
    
    ## CLI Release: v23.12.0
    
    ](/changelog/2025-11-26-cli-v23-12-0/)
    
    November 26, 2025
    
    -   [cli](/changelog/tag/cli/)
    
    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)
    
    [Permalink to CLI Release: v23.12.0 Permalink](/changelog/2025-11-26-cli-v23-12-0/)
    
-   [
    
    ## CLI Release: v23.11.1
    
    ](/changelog/2025-11-18-cli-v23-11-1/)
    
    November 18, 2025
    
    -   [cli](/changelog/tag/cli/)
    
    23.11.1 (2025-11-18)
    
    Bug Fixes
    
    handle ECONNRESET errors in Node.js 24.x (#7772) (03de2a0)
    
    [Permalink to CLI Release: v23.11.1 Permalink](/changelog/2025-11-18-cli-v23-11-1/)
    
-   [
    
    ## CLI Release: v23.12.0-rc.0
    
    ](/changelog/2025-11-14-cli-v23-12-0-rc-0/)
    
    November 14, 2025
    
    -   [cli](/changelog/tag/cli/)
    
    23.12.0-rc.0
    
    [Permalink to CLI Release: v23.12.0-rc.0 Permalink](/changelog/2025-11-14-cli-v23-12-0-rc-0/)
    
-   [
    
    ## Skew protection available for CLI workflows
    
    ](/changelog/2025-11-13-skew-protection-cli-deploys/)
    
    November 14, 2025
    
    -   [cli announcement](/changelog/tag/cli-announcement/)
    
    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-cli
    ```
    
    Note that if you use `npx` when 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](https://docs.netlify.com/deploy/deploy-overview/#skew-protection).
    
    [Permalink to Skew protection available for CLI workflows Permalink](/changelog/2025-11-13-skew-protection-cli-deploys/)
    

[Next page](/changelog/tag/cli/page/2)