cli
cli copied to clipboard
Netlify Command Line Interface
**- 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...
### 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...
**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...
### 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...
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...
**- 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...
**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...
🎉 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...
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...
**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...