cli
cli copied to clipboard
Netlify Command Line Interface
### Describe the bug In a pnpm workspace, if a subdirectory is a package acting as a Netlify app, then running `netlify serve` should: - create a `.netlify` directory within...
### Describe the bug If development server is running and I create a change in the code, upon saving those changes the server crashes. It also crashes if I switch...
### Describe the bug There is a requirement to be able to override the "Local development (Netlify CLI)" context for an environment variable set in the web UI at Netlify...
### Describe the bug Hello, i think that when i run deploy command with `--prod` context should be production ? Or context depends on git branch, etc? ps: I know...
### Describe the bug My Gatsby page doesn't have a page at index, which seems for the CLI to not notice when the framework port becomes available using the dev...
### Describe the bug I am seeing `SyntaxError:` of many types when running `netlify dev`. you can clear all the scripts and just for the fact the `vite` is a...
#### Summary Configure the popular pkg-size-action to surface package size stats on PRs: https://github.com/marketplace/actions/pkg-size-action. We currently have a custom CI job that mimics this, but it's janky and buggy.
### Which problem is this feature request solving? Currently it displays this: ### Describe the solution you'd like Instead display just a warning that edge functions will not work on...
### Which problem is this feature request solving? We'd like to be able to use a custom domain with local development, instead of `localhost`, with `netlify dev`. We need a...
### Describe the bug By default, netlify watches the entire project directory. Not only this inefficient, but it also blocks start of the server is any of the files in...