Skip to content

Commit

Permalink
Merge branch 'main' into chore/error-types
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSLew authored Oct 18, 2024
2 parents 80b866e + 5c13f5d commit 505a95a
Show file tree
Hide file tree
Showing 9 changed files with 1,716 additions and 1,360 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
lint-docs:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Git checkout
uses: actions/checkout@v4
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).



## [17.37.1](https://github.com/netlify/cli/compare/v17.37.0...v17.37.1) (2024-10-17)


### Bug Fixes

* **deploy:** fix edge function logs url scope key ([#6881](https://github.com/netlify/cli/issues/6881)) ([f833f2d](https://github.com/netlify/cli/commit/f833f2dc4d238769217e30411cb98ee326dcb582))
* **deps:** update dependency @netlify/blobs to v8.1.0 ([#6870](https://github.com/netlify/cli/issues/6870)) ([b82c536](https://github.com/netlify/cli/commit/b82c5369a5abbd763f53c2d107cab38826974979))
* **deps:** update dependency @types/node to v20.16.11 ([#6874](https://github.com/netlify/cli/issues/6874)) ([e41ac33](https://github.com/netlify/cli/commit/e41ac33ca489aaeba6dc034222e89e015120cf28))
* **deps:** update dependency cookie to v0.7.2 ([#6875](https://github.com/netlify/cli/issues/6875)) ([69a7a3b](https://github.com/netlify/cli/commit/69a7a3b09c96512471f451c90a6d4253dee5648d))
* **deps:** update dependency express to v4.21.1 ([#6858](https://github.com/netlify/cli/issues/6858)) ([9d37ec0](https://github.com/netlify/cli/commit/9d37ec02a2b8a2112c56a24000148979429a0f9e))

## [17.37.0](https://github.com/netlify/cli/compare/v17.36.4...v17.37.0) (2024-10-11)


Expand Down
5 changes: 2 additions & 3 deletions docs/commands/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ netlify dev

| Subcommand | description |
|:--------------------------- |:-----|
| [`dev:exec`](/commands/dev#devexec) | Exec command |
| [`dev:exec`](/commands/dev#devexec) | Runs a command within the netlify dev environment. For example, with environment variables from any installed add-ons |


**Examples**
Expand All @@ -57,8 +57,7 @@ BROWSER=none netlify dev # disable browser auto opening
---
## `dev:exec`

Exec command
Runs a command within the netlify dev environment, e.g. with env variables from any installed addons
Runs a command within the netlify dev environment. For example, with environment variables from any installed add-ons

**Usage**

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Local dev server

| Subcommand | description |
|:--------------------------- |:-----|
| [`dev:exec`](/commands/dev#devexec) | Exec command |
| [`dev:exec`](/commands/dev#devexec) | Runs a command within the netlify dev environment. For example, with environment variables from any installed add-ons |


### [env](/commands/env)
Expand Down
Loading

0 comments on commit 505a95a

Please sign in to comment.