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

### Which problem is this feature request solving? AFAICT netlify-cli stores the auth token on disk in `~/Library/Preferences/netlify/config.json` on macOS. Storing any secrets in plaintext on disk isn't great from...

type: feature

### Describe the bug When I run: ``` NETLIFY_SITE_ID=... netlify deploy --prod ``` The edge function is not deployed, the rest of the site deployed correctly. This issue happens with...

type: bug

Bumps [axios](https://github.com/axios/axios) from 1.5.1 to 1.6.2. Release notes Sourced from axios's releases. Release v1.6.2 Release notes: Features withXSRFToken: added withXSRFToken option as a workaround to achieve the old withCredentials behavior;...

dependencies
javascript

### Describe the bug When I access the Message Lambda, I get this error. I don't know where 'pipe' is coming from. ```◈ Function Message has returned an error: Cannot...

type: bug

### Describe the bug When using the latest version `v17.10.1` the email preview under `netlify dev` no longer works. ```sh curl -v http://localhost:8888/.netlify/functions/emails * Trying [::1]:8888... * Connected to localhost...

type: bug

Debuggers are always helpful in debugging. This PR adds a little guide on how to do it to the CLI docs :)

### Describe the bug I have an astro project using turbo. When running `netlify dev --live` the following error is produced. I can confirm that `turbo` exists and the command...

type: bug

### Describe the bug I have for a year now intermittently gottten crashes from Netlify Dev. My initial comment on this is here: https://answers.netlify.com/t/netlify-dev-randomly-getting-typeerror-res-writehead-is-not-a-function-at-proxyserver/73639/12 As I mention there, I believe...

type: bug

There are 5 deprecation notices in `[email protected]`: ``` $ npm install [email protected] -g npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated [email protected]:...

type: chore

### Which problem is this feature request solving? Users who request an increased function timeout applied to their site or account from Netlify staff frequently expect the CLI to behave...

type: feature