Skip to content

Commit

Permalink
2.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RaeesBhatti committed May 12, 2020
1 parent f430ee4 commit 0f3d7f0
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v2.51.0](https://github.com/netlify/cli/compare/v2.50.0...v2.51.0) - 2020-05-12

### Merged

- Fix netlify dev --live [`#897`](https://github.com/netlify/cli/pull/897)
- More redirect and rewrite fixes [`#885`](https://github.com/netlify/cli/pull/885)
- Add .env files support fo `netlify dev:exec` [`#895`](https://github.com/netlify/cli/pull/895)
- Add support for .env.development file [`#894`](https://github.com/netlify/cli/pull/894)
- Watch: Init if not linked [`#845`](https://github.com/netlify/cli/pull/845)
- Update syntax for functions:invoke --payload [`#892`](https://github.com/netlify/cli/pull/892)
- Upgrade strip-ansi-control-characters [`#887`](https://github.com/netlify/cli/pull/887)
- Rules proxy improvements [`#881`](https://github.com/netlify/cli/pull/881)

### Commits

- Add empty .env in dummy-site [`19c2a7b`](https://github.com/netlify/cli/commit/19c2a7b27f5e8ec792f98f2d4c99334320a094b9)

## [v2.50.0](https://github.com/netlify/cli/compare/v2.49.0...v2.50.0) - 2020-05-06

### Merged
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ netlify dev:exec
**Examples**

```bash
$ netlify exec npm run bootstrap
$ netlify dev:exec npm run bootstrap
```

---
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ $ netlify functions:invoke myfunction
$ netlify functions:invoke --name myfunction
$ netlify functions:invoke --name myfunction --identity
$ netlify functions:invoke --name myfunction --no-identity
$ netlify functions:invoke myfunction --payload '{"foo": 1}'
$ netlify functions:invoke myfunction --payload "{"foo": 1}"
$ netlify functions:invoke myfunction --querystring "foo=1
$ netlify functions:invoke myfunction --payload "./pathTo.json"
```
Expand Down
1 change: 0 additions & 1 deletion docs/commands/init.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ netlify init
**Flags**

- `manual` (*boolean*) - Manually configure a git remote for CI
- `watch` (*boolean*) - Make the CLI wait for the first deploy to complete after setting up CI
- `force` (*boolean*) - Reinitialize CI hooks if the linked site is already configured to use CI
- `gitRemoteName` (*option*) - Name of Git remote to use. e.g. "origin"

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netlify-cli",
"description": "Netlify command line tool",
"version": "2.50.0",
"version": "2.51.0",
"author": "Netlify Inc.",
"contributors": [
"Mathias Biilmann <matt@netlify.com> (https://twitter.com/biilmann)",
Expand Down

0 comments on commit 0f3d7f0

Please sign in to comment.