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

### Describe the bug When applying a redirect/rewrite rule that targets the US, the rule always triggers when even when accessing the site from outside the US locally. This makes...

type: bug

### Describe the bug Updating to 11.7.1 and when i try using 'netlify build' it asking ? Multiple possible start commands found (Use arrow keys or type to search) ❯...

type: bug

In the console I'm seeing these two warning lines for every function invocation: warning Using both auth systems: aws_access_key/id and secret_access_token ! warning Using both auth systems: aws_access_key/id and secret_access_token...

### Describe the bug Upgraded to latest 10.11.1, running `netlify dev` It just keeps hanging on "waiting for port forever" ⠋ Waiting for framework port 8080. This can be configured...

type: bug
waiting for upstream

### Describe the bug Export step no longer working when running `netlify build` My build function is defined in my package.json as is suggested by [nextJS documentation](https://nextjs.org/docs/advanced-features/static-html-export): ``` { "build":...

type: bug

### Which problem is this feature request solving? Currently, when running `netlify functions:create`, the CLI creates a subdirectory for the new function file. Despite being a perfectly valid approach, this...

good first issue
type: feature
area: dx
area: command: functions

### Describe the bug When running ntl init I get the error: `TypeError: undefined is not iterable (cannot read property Symbol(Symbol.iterator))` This occurs particularly when trying to create the functions...

type: bug

This cleans up two things with eslint: 1. First commit removes the unused custom rule we have for importing chalk and instead uses a built-in one from eslint. 2. Second...

type: chore

### Describe the bug [Documentation](https://cli.netlify.com/commands/dev/) for the dev command says that the option _'offline (boolean) - disables any features that require network access'_. However, this seems inaccurate wrt edge function...

type: bug

### Which problem is this feature request solving? When my project was using new Node 18 APIs: - functions would work locally using the CLI - deploys would fail This...

type: feature
area: functions
area: command: dev