cli icon indicating copy to clipboard operation
cli copied to clipboard

Netlify Command Line Interface

Results 420 cli issues
Sort by recently updated
recently updated
newest added

Follow-up to a comment thread in https://github.com/netlify/cli/pull/7199. This changeset adds types for the global configuration file (`$CONFIG_HOME/netlify/config.json`). This is mainly a step forward in documenting the configuration format. The type...

more info needed

### Describe the bug I have provided a minimal reproducible code, using express + serverless-http, deployed on netlify, which can be deployed successfully, but an error will be reported when...

type: bug

#### Summary Replace `chalk` with `ansis`: https://github.com/webdiscus/ansis?tab=readme-ov-file#how-to-switch-to-ansis-1. Honestly, I did this before realizing the savings are absolutely tiny (44 KB → 6 KB), but I fixed a few types along...

### Describe the bug When `netlify dev` is executed from VSCode task, it asks `Would you like to configure VS Code to use Edge Functions?`. But VSCode tasks might be...

type: bug
area: command: dev
area: edge-functions

### Describe the bug Error: EBUSY: resource busy or locked, lstat 'C:\DumpStack.log.tmp' at Object.lstat (node:internal/fs/promises:1022:18) at pMap.concurrency (file:///C:/Users/Eric/AppData/Roaming/npm/node_modules/netlify-cli/node_modules/@netlify/zip-it-and-ship-it/dist/runtimes/node/utils/zip.js:80:22) at file:///C:/Users/Eric/AppData/Roaming/npm/node_modules/netlify-cli/node_modules/p-map/index.js:121:20 System: OS: Windows 11 10.0.26100 CPU: (20) x64 12th Gen...

type: bug
area: command: dev
area: os: windows
status: missing info/reproduction

#### Summary Fixes #7273 --- For us to review and ship your PR efficiently, please perform the following steps: - [x] Open a [bug/issue](https://github.com/netlify/cli/issues/new/choose) before writing your code 🧑‍💻. This...

### Summary node.js 24 was released and moved to "Current" status yesterday, May 6 2025: https://nodejs.org/en/blog/release/v24.0.0. This bumps `verdaccio` and `jsonwebtoken` to fix a fatal error on node 24 coming...

### Describe the bug I'm trying to deploy a legacy Vue Nuxt 2 SPA via CLI, but for some reason, I'm getting no errors at all why it's not successful....

type: bug
area: command: deploy

### Describe the bug ** By the way, I have already installed deno globally with npm install -g deno Error: There was a problem setting up the Edge Functions environment....

type: bug
area: edge-functions
status: missing info/reproduction

### Describe the bug It seems like [Deno's polyfill for Node's crypto.Hash](https://docs.deno.com/api/node/crypto/~/Hash) considers `.end()` as a finalization of the object, and so a following call to `.digest('hex')` fails with `ERR_CRYPTO_HASH_FINALIZED`....

type: bug