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

Reading the Netlify configuration file is a very common problem throughout the CLI codebase. In some cases, it's sufficient to read the initial value of the config (i.e. the state...

type: feature

### Describe the bug In a **Nuxt3** project, when editing the `netlify.toml` config file, the build throws an error: `sh: 1: nuxi: not found` But it builds when no `netlify.toml`...

good first issue
type: bug
area: frameworks
area: command: dev

We use [static-server](https://github.com/nbluis/static-server/blob/84999917193f664c205efd587934bc6ea361fa78/README.md) to simulate a static server a part of the `ntl dev` command. About 2 months ago it was deprecated and repo archived, see https://github.com/nbluis/static-server/blob/84999917193f664c205efd587934bc6ea361fa78/README.md. ~~We should replace...

good first issue
dependencies
type: security
area: command: dev

### Describe the bug We have the cli installed as a dependency to one of our repos that we have deployed on netlify and have been unable to upgrade the...

type: bug
area: installation

### Describe the bug When creating a new site and providing a name via parameter, too long names are ignored, but should be reported instead. ### Steps to reproduce ```...

good first issue
type: bug
area: command: sites

### Which problem is this feature request solving? I don't know if it's possible but this feature would give more granularity in the way we manage access by countries. This...

type: feature
area: command: dev
area: redirects

**Is your feature request related to a problem? Please describe.** It was pointed out in https://github.com/netlify/cli/pull/4235 that we are doing custom polling when we could be using a well-tested, well-maintained...

type: feature

**- Do you want to request a _feature_ or report a _bug_?** Bug **- What is the current behavior?** There is a difference in behaviour between local and production if...

good first issue
type: bug
status: unconfirmed
area: functions

**Is your feature request related to a problem? Please describe.** Before the switch from `oclif` to `commander` we could configure `exclusive` options, see https://github.com/netlify/cli/blob/f3dc4ed1eb5d5e9abcc5dea8c85b7c8acd67555e/src/commands/deploy.js#L622 That is, we could configure to...

good first issue
type: feature

**Describe the bug** I wanted to test out netlify functions using netlify-cli. It seems there's an extra `/` character getting added then escaped. This project works fine when deployed on...

type: bug
area: command: dev
area: redirects