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

### Which problem is this feature request solving? At the moment, when an edge function throws an uncaught exception, we just show the body of the 500 returned. The fact...

good first issue
type: feature
area: functions

**Describe the bug** This is the same as #2641. **To Reproduce** Steps to reproduce the behavior: 1. Run `git clone [email protected]:joshuaellis/netlify-dev-canvas-bug.git` 2. Navigate to the cloned repository 3. Run `yarn`...

type: bug
area: functions
area: command: dev
first responder

### Describe the bug If `vite` is present as a dependency in your application using **Edge Functions**, the Netlify Dev Server will default to bundling your application with Vite instead...

type: bug
area: frameworks

### Describe the bug In order to require older modules, I've been writing this: ```js import { createRequire } from 'module'; const require = createRequire(import.meta.url) ``` This works if I...

type: bug
area: functions

### Which problem is this feature request solving? When configuring a new site using `netlify init`, we ask for SSH URLs for private repos. However, we use origin configs as...

good first issue
type: chore
area: command: init

### Describe the bug The following warning appear when I run netlify-cli. ``` (node:359487) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time (Use...

type: bug
🏡 upkeep

### Describe the bug The following appear each time I run netlify-cli: ``` wasm streaming compile failed: TypeError: Failed to parse URL from /home/user/.local/share/npm/lib/node_modules/netlify-cli/node_modules/netlify-redirector/lib/redirects.wasm falling back to ArrayBuffer instantiation ```...

type: bug
🏡 upkeep

### Describe the bug The following appear each time I run netlify login ``` (node:114335) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time...

type: bug
🏡 upkeep

### Describe the bug My local environment was running smoothly with `netlify dev` booting my custom framework, which simply started an http server using browser-sync. However, I wanted my local...

type: bug

### Describe the bug Running edge functions locally with `netlify dev`, `Deno.env` contains all environment variables inherited from the CLI's shell. This is different from production, where it will only...

type: bug
area: functions