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 using `netlify dev` with `create-react-app` auto-configuration, requests to `localhost:8888/some-sub-path` automatically get rewritten to `/index.html`, but when deploying to Netlify `/some-sub-path` will throw a 404 unless the...

type: bug
area: command: dev

**Is your feature request related to a problem? Please describe.** @localden shared an example app using Netlify Graph but also committed `.netlify/state.json`, and this caused a few hours of [confusion/debugging](https://netlify.slack.com/archives/C02JVT8TBDK/p1644263085172559?thread_ts=1644016093.631899&cid=C02JVT8TBDK)....

type: feature

**Is your feature request related to a problem? Please describe.** https://github.com/netlify/cli/pull/924 Attempted to align our `.env` support with `create-react-app`. After doing some thinking on how the CLI is built, we...

type: feature
area: command: dev
status: discussion

**Describe the bug** I have recently setup a remix.run app with storyblok integrated. I tried to deploy via terminal commands and it fails on an axios error. I don't use...

type: bug

Follow up to https://github.com/netlify/cli/pull/4164. In https://github.com/netlify/cli/pull/4164 we split our tests across multiple machines using an `ava` feature that allows it. The feature works by sorting specs by file names, dividing...

In the CLI tests we spawn multiple HTTP servers (directly and indirectly via CLI commands). Since `ava` run specs in different processes we randomize port acquisition based on process id:...

good first issue

**Is your feature request related to a problem? Please describe.** We need to add a test for the Netlify Graph improvements made in #4167. We should test that for `netlify...

type: feature

**Describe the bug** `netlify open:site` hangs or fails silently with Brave browser set as default. The following command ran successfully and opened Firefox as expected: ``` BROWSER=firefox ntl open:site ```...

good first issue
type: bug
area: command: open

**Describe the bug:** A user [reported this on the forums](https://answers.netlify.com/t/deploy-from-manual-with-netlify-init/48056/). Some context (internal only): https://netlify.slack.com/archives/CTCRT6VB6/p1638378975004800 and https://netlify.slack.com/archives/C012GT6MYKU/p1638380300316300 When connecting a repo using CLI, the repo URL is probably not parsed...

good first issue
type: bug
area: gitlab
area: command: init

**Describe the bug** Netlify functions are not running on port 8888, the functions are listening on some random port 60248 which is causing error in running locally A clear and...

type: bug
more info needed