cli icon indicating copy to clipboard operation
cli copied to clipboard

Netlify Command Line Interface

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

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@opentelemetry/api](https://togithub.com/open-telemetry/opentelemetry-js/tree/main/api) ([source](https://togithub.com/open-telemetry/opentelemetry-js)) | [`1.8.0` -> `1.9.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2fapi/1.8.0/1.9.0) |...

dependencies
javascript

### Describe the bug There's conflicting information in the CLI output when running `netlify dev` for an Astro project. (This actually also apply to other frameworks where they use a...

type: bug

### Which problem is this feature request solving? During the build process, I can inject code into the built functions files without any problem. However during dev when the files...

type: feature

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [to-readable-stream](https://togithub.com/sindresorhus/to-readable-stream) | [`3.0.0` -> `4.0.0`](https://renovatebot.com/diffs/npm/to-readable-stream/3.0.0/4.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/to-readable-stream/4.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
javascript

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@sanity/client](https://www.sanity.io/) ([source](https://togithub.com/sanity-io/client)) | [`^0.147.3` -> `^6.0.0`](https://renovatebot.com/diffs/npm/@sanity%2fclient/0.147.3/6.18.2) |...

dependencies
javascript

### Describe the bug Error: Build failed with 8 errors: functions/api.js:2:23: ERROR: Could not resolve "./routes/auth.route.js" functions/api.js:3:23: ERROR: Could not resolve "./routes/users.route.js" functions/api.js:4:23: ERROR: Could not resolve "./routes/posts.route.js" functions/api.js:5:26: ERROR:...

type: bug

### Describe the bug When attempting to run a module that either depends directly or indirectly on a `sys` API call the Netlify Dev server crashes. The deno runtime recommends...

type: bug

### Describe the bug When loading the site after using the `netlify dev` command I get a crash. ``` Task Terminated with exit code 1 URIError: URI malformed at decodeURIComponent...

type: bug

### Describe the bug With a clean netlify install, either globally or within a project, I get the following error when running `netlify dev` ``` node:internal/process/esm_loader:34 internalBinding('errors').triggerUncaughtException( ^ Error: Cannot...

type: bug