cli icon indicating copy to clipboard operation
cli copied to clipboard

Netlify Command Line Interface

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

**- Do you want to request a _feature_ or report a _bug_?** BUG **- What is the current behavior?** All functions return 404 not found running netlify dev when netlify...

type: bug
area: functions
area: command: dev

### Which problem is this feature request solving? `build.command` and `build.ignore` both run with Bash. At the moment, `dev.command` does not run in any shell. https://github.com/netlify/cli/blob/4172001e367e5acf395124d55610dec65f3957dc/src/commands/dev/dev.js#L119-L126 This breaks feature parity...

type: feature

**Is your feature request related to a problem? Please describe.** When we were using netlify to build we had convenient links from the deploys back to the commit that caused...

type: feature
area: command: deploy
area: github

### Which problem is this feature request solving? Follow up to https://github.com/netlify/cli/issues/4411 After cloning the repo, we should auto-link it to the created site. ### Describe the solution you'd like...

good first issue
type: feature

Add ability for user to see deploy logs in CLI. Also the ability for user to see function logs in the CLI (potentially separate issue) We could stream back deploy...

type: feature
area: dx
area: functions
area: command: deploy

**- What is the current behavior?** In my Gatsby app, I have these rules for redirects in my `netlify.toml` ```toml [build] publish = "public" command = "npm run build" functions...

type: bug
area: redirects

**Describe the bug** `netlify deploy` does not follow symlinks out of the publish directory and misses files. **To Reproduce** ``` cd out/ ln -s ../index.html out/ cd .. netlify deploy...

type: bug
area: command: deploy

🎉 Thanks for submitting a pull request! 🎉 #### Summary As the esm module migration is such a big thing I try to split it up into small chunks and...

type: chore

We would like to upgrade `inquirer` to the latest version. However doing so will increase our package size significantly since `tabtab` still references an old `inquirer` version, so by upgrading...

good first issue
dependencies
type: chore

**Describe the bug** When running `netlify dev`, local functions are not accessible on port 8888 when using Node.js version 17. **To Reproduce** Steps to reproduce the behavior: 1. Create a...

type: bug