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 Netlify CLI freezes the CI process during netlify link command. ### Steps to reproduce I was trying to deploy to Netlify using Netlify CLI with those...

type: bug

🎉 Thanks for submitting a pull request! 🎉 #### Summary Fixes: - netlify/labs#36 - netlify/labs#35 - Generated library code didn't specify a `schemaId` Features: - Adds a production mode for...

type: feature

**Describe the bug** When submitting a form that is wired up as a Netlify form (ie: has `data-netlify="true"`), I am redirected to the form submit success page, but just get...

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

### Describe the bug Command `netlify open --site` doesn't work on Windows WSL. ### Steps to reproduce 1. netlify open --site ### Configuration _No response_ ### Environment System: OS: Linux...

type: bug
area: os: windows

### Describe the bug When attempting to install the CLI with an unsupported (outdated) version of node, you get the `Success! Netlify CLI has been installed` message before the installation...

type: bug

**Is your feature request related to a problem? Please describe.** There is no way to opt-out of the reading of environment variables from `.env` files in the root of my...

type: feature
area: dx
area: command: dev

**Describe the bug** When you make a role based rewrite (not redirect) on dev mode or live dev mode the rewrite to the page returns 404. **Works** correctly **on production**....

type: bug
area: redirects

### Describe the bug While fetching the data from the github repo, it is working good, but if i make my own github action with all required information, it is...

type: bug

**Is your feature request related to a problem? Please describe.** Currently the `dev` command is used to run the framework's dev command, but this is usually not the same as...

type: feature

#### Summary Related to https://github.com/netlify/pillar-runtime/issues/253 This PR aims to address the following issues when working with Go function templates: 1. Inconsistency between regular and scheduled Go functions template 2. `netlify.toml`...

type: bug