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

๐ŸŽ‰ Thanks for submitting a pull request! ๐ŸŽ‰ Simplest update of the function templates, to just include a "hello world" example for the v2 api. #### Summary Fixes # ---...

๐ŸŽ‰ Thanks for submitting a pull request! ๐ŸŽ‰ As part of the rollout of the new serverless API, we need to update the CLI function templates to help users discover...

### Which problem is this feature request solving? I'm trying to find a provider that will deploy Remix with Vite. Vercel doesn't support the latest version yet. ### Describe the...

type: feature

### Describe the bug while trying to submit a form on localhost to a netlify function ntl dev crashes. ### Steps to reproduce 1. run ntl dev 2. submit form...

type: bug

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @โ€‹romainmenke). 8.4.29 Fixed Node#source.offset (by...

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 | |---|---|---|---|---|---| | [nock](https://togithub.com/nock/nock) | [`13.3.2` -> `13.3.6`](https://renovatebot.com/diffs/npm/nock/13.3.2/13.3.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/nock/13.3.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
javascript

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...

dependencies
automerge
javascript

### Describe the bug In a monorepo with the following structure: - package.json - packages - test - package.json - netlify.toml - vite-project - package.json - netlify.toml ..running `ntl dev`...

type: bug
area: monorepo

### Describe the bug It appears that `netlify dev` will append response HTTP headers for the `/*` path only. It will ignore headers for any other paths. In terms of...

type: bug

### Describe the bug When a Netlify function imports a JSON file with `import myJson from './my.json'`, it will only ever return the contents of `./my.json` as they were when...

type: bug