cli
cli copied to clipboard
Netlify Command Line Interface
### Which problem is this feature request solving? When running the `netlify link` command, there should be an option to create a new site if you haven’t created one. ...
Our tests are failing from time to time with different errors. These errors are unrelated to the actual changes in PRs. As a first step, I thought it would be...
### Describe the bug If a user creates a new site via `ntl init` and accepts a default site name, the generated name is something like `matt-kane-makes-great-sites`, which is not...
### Describe the bug The pattern used for generating default site names can lead to it generating domains that cannot be resolved as they are too long. According to RFC...
  There seems to be an issue with generating links using `netlify dev --live`. It sometimes output the link as "netllify" or "netlifyy" as seen in the image attached....
### Which problem is this feature request solving? I spent a day trying to figure out how to exclude a module from a function bundle that was over 50MB. Puppeteer...
### Describe the bug Nuxt Hot Module Reloading not being passed through the proxy – pages reload on port :3000 but do not auto reload on netlify-cli's proxy :8888 Noticed...
### Describe the bug According to the [CLI docs](https://docs.netlify.com/configure-builds/file-based-configuration/#functions) and [this article](https://www.netlify.com/blog/2021/08/12/how-to-include-files-in-netlify-serverless-functions/#tldr) the `included_files` directive should tell the build command to include _"any type of file in your serverless functions"_....
### Describe the bug I have a repo with 50K+ files in it. Running any netlify command in that directory (e.g. `netlify status`) takes about 4 minutes to start, after...
### Describe the bug When I uploaded my nextjs project via CLI, the scheduled netlify functions are simply not firing. I couldn`t see any schedule badge on the project admin...