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

### Describe the bug @biilmann has reported that he's not seeing the `URL` environment variable in the `onPreDev` event of a build plugin when running `netlify dev --live`. We should...

type: bug

### Describe the bug When running `ntl dev` locally in a SvelteKit application, the CSS bundle 404s and does not apply any CSS to the application. (See screenshot) ![image](https://user-images.githubusercontent.com/45889730/198115308-9245fd70-33f5-4849-a54f-b3bb66a58103.png) ###...

type: bug
area: frameworks

Related to https://github.com/netlify/cli/issues/2202 The CLI tests can take up to 20 minuets sometimes (mostly on Windows). This means the turnaround for an important bug fix can take around 40 minuets...

type: chore
area: ci
action_item

**Is your feature request related to a problem? Please describe.** It'd be nice if I could just do `cinst netlify-cli -y` or `winget install netlify-cli` to install it on my...

type: feature
area: os: windows

I would like to pass options to the esbuild command. For example, the ability to indicate that the text loader should be used for html files. https://esbuild.github.io/api/#loader Or the ability...

type: feature
area: functions
area: command: deploy

**Is your feature request related to a problem? Please describe.** Functions logs are currently interleaved with other CLI output. It would be great if we can prefix those with the...

type: feature
area: functions

### Describe the bug I am using remix with the `@netlify/remix-edge-adapter`. This bundles the remix server into an edge function at `./netlify/edge-functions/server.js` When I change a file that rebuilds the...

type: bug

Related to https://github.com/netlify/cli/pull/1614#discussion_r533495794 Currently we are passing `context` around a lot since we're using logging methods from the base `Command` class. We should create dedicated logging methods and use those....

type: chore

### Describe the bug The url https://github.com/netlify/cli/CONTRIBUTING.md in invalid in the Pull Request Checklist, the correct url found in the README.me is https://github.com/netlify/cli/blob/main/CONTRIBUTING.md ### Steps to reproduce n/a ### Configuration...

type: bug

https://ntl-fyi/function-types is not a valid url, this commit corrects it to https://ntl.fyi/function-types. fixes #6548 🎉 Thanks for submitting a pull request! 🎉 #### Summary Fixes # --- For us to...