Skip to content

Commit

Permalink
2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Dec 6, 2018
1 parent 82e364c commit 9e39996
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

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

## [v2.5.0](https://github.com/netlify/cli/compare/v2.4.0...v2.5.0) - 2018-12-06

### Merged

- Add addons:show command [`#190`](https://github.com/netlify/cli/pull/190)
- Add simple JSON parsing to parse raw for addons commands [`#189`](https://github.com/netlify/cli/pull/189)
- Output and feedback enhancements [`#169`](https://github.com/netlify/cli/pull/169)
- Improve init flow in various manual depoy states [`#186`](https://github.com/netlify/cli/pull/186)
- Allow CI setup without a local clone from sites:create command [`#178`](https://github.com/netlify/cli/pull/178)
- Update check improvements [`#188`](https://github.com/netlify/cli/pull/188)

### Commits

- Allow CI setup without a local site [`a01455f`](https://github.com/netlify/cli/commit/a01455f1c904bfa48ab1498f6b04fcd5000bb627)
- A few init improvements [`fdf0723`](https://github.com/netlify/cli/commit/fdf072343f9cb9dd3b6b3b28d99c6bc158897545)
- Check for updates more frequently [`e4fcbe8`](https://github.com/netlify/cli/commit/e4fcbe8a9f66df2fd61f5cc86ca337f89cf4f478)

## [v2.4.0](https://github.com/netlify/cli/compare/v2.2.3...v2.4.0) - 2018-12-05

### Merged
Expand Down Expand Up @@ -45,6 +62,11 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

- Update Netlify API client to 2.2.1 [`#176`](https://github.com/netlify/cli/pull/176)

### Commits

- style(addons): use oclif builtin log() [`035a93c`](https://github.com/netlify/cli/commit/035a93c6ffcc32babad809cd0ec96bbece49d019)
- perf(sites:list): add loading message [`5b19fc5`](https://github.com/netlify/cli/commit/5b19fc5d151ca242d57c9d570b7d638db04c1d96)

## [v2.2.0](https://github.com/netlify/cli/compare/v2.1.3...v2.2.0) - 2018-11-02

### Merged
Expand All @@ -56,6 +78,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
### Commits

- Document NETLIFY_WEB_UI [`26d5196`](https://github.com/netlify/cli/commit/26d5196afa5bda9b178abdacc0135506be278173)
- feat(init): shorthand flag for --manual [`452e014`](https://github.com/netlify/cli/commit/452e014562cd6c5a5b5e7a5443211bfeda82ca3b)

## [v2.1.3](https://github.com/netlify/cli/compare/v2.1.2...v2.1.3) - 2018-10-29

Expand Down
1 change: 1 addition & 0 deletions docs/init.md
Expand Up @@ -18,6 +18,7 @@ netlify init

- `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


<!-- AUTO-GENERATED-CONTENT:END -->
2 changes: 2 additions & 0 deletions docs/sites.md
Expand Up @@ -47,6 +47,8 @@ netlify sites:create

- `name` (*option*) - name of site
- `account-slug` (*option*) - account slug to create the site under
- `with-ci` (*boolean*) - initialize CI hooks during site creation
- `manual` (*boolean*) - Force manual CI setup. Used --with-ci flag

---
## `sites:list`
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
@@ -1,7 +1,7 @@
{
"name": "netlify-cli",
"description": "Netlify command line tool",
"version": "2.4.0",
"version": "2.5.0",
"author": "Netlify Inc.",
"contributors": [
"Mathias Biilmann <matt@netlify.com> (https://twitter.com/biilmann)",
Expand Down

0 comments on commit 9e39996

Please sign in to comment.