Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-yx committed Sep 5, 2019
2 parents 0e81c03 + 22a9c95 commit d4ef4e5
Show file tree
Hide file tree
Showing 7 changed files with 592 additions and 43 deletions.
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,61 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

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

## [v1.0.7](https://github.com/netlify/cli-utils/compare/v1.0.6...v1.0.7) - 2019-07-23

### Merged

- add global flag support for —silent, —json, —auth [`#13`](https://github.com/netlify/cli-utils/pull/13)

### Commits

- add chalk API proxy [`d1f89d6`](https://github.com/netlify/cli-utils/commit/d1f89d6008dda14857c275582d49ee2906867009)
- Add `logJson` and ignore logs if —json passed [`480590f`](https://github.com/netlify/cli-utils/commit/480590f966b7f807840d5bfbbb521c37f373ea98)
- add parser dep [`d308c4d`](https://github.com/netlify/cli-utils/commit/d308c4da351ca378a3335082d49eeb69f367dd74)

## [v1.0.6](https://github.com/netlify/cli-utils/compare/v1.0.5...v1.0.6) - 2019-07-17

### Merged

- add arg parser to base command [`#12`](https://github.com/netlify/cli-utils/pull/12)

## [v1.0.5](https://github.com/netlify/cli-utils/compare/v1.0.4...v1.0.5) - 2019-07-17

### Merged

- Update token lookup [`#11`](https://github.com/netlify/cli-utils/pull/11)

### Commits

- remove `clientToken` get/set & expensivelyCheckToken [`a288cc4`](https://github.com/netlify/cli-utils/commit/a288cc4624d25592dbc7fd96bbfe1b46f5f81e0b)
- format code [`e9e329a`](https://github.com/netlify/cli-utils/commit/e9e329af2196f0da7e29238ac85a525a00cee69f)
- update method doc [`4923c7d`](https://github.com/netlify/cli-utils/commit/4923c7db910e0788bc34d56050be34b29e21b3ec)

## [v1.0.4](https://github.com/netlify/cli-utils/compare/v1.0.3...v1.0.4) - 2019-07-16

### Merged

- Refactor token lookup [`#10`](https://github.com/netlify/cli-utils/pull/10)

### Commits

- Remove getter and lookup by flag > env var > global user config [`5b080b3`](https://github.com/netlify/cli-utils/commit/5b080b37082978336533d7adfcc37878d7e73cce)
- add docs to function [`d325599`](https://github.com/netlify/cli-utils/commit/d3255992c2876b3f27bf894b4e51dbdd86381b38)

## [v1.0.3](https://github.com/netlify/cli-utils/compare/v1.0.2...v1.0.3) - 2019-07-16

### Merged

- Fix build common & add dep graph [`#9`](https://github.com/netlify/cli-utils/pull/9)
- Authenticate: Infer auth token from env [`#7`](https://github.com/netlify/cli-utils/pull/7)
- Fix undefined errors [`#8`](https://github.com/netlify/cli-utils/pull/8)

### Commits

- add dep graph [`2fe8460`](https://github.com/netlify/cli-utils/commit/2fe84604a14c5674a12bd1a6c42cdfe8319024d9)
- split out expensive portions of authenticate call [`a0e8030`](https://github.com/netlify/cli-utils/commit/a0e80304fdc7cad75d8c1075878388e1924423cb)
- changelog [`d61f3b9`](https://github.com/netlify/cli-utils/commit/d61f3b9537eee9a6c8d70a68c5f1480fe134b06b)

## [v1.0.2](https://github.com/netlify/cli-utils/compare/v1.0.1...v1.0.2) - 2019-04-17

### Merged
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,8 @@ Get the configuration from `netlify.[toml/yml]`.
#### `this.authenticate()`

A method that will log the user in if they are not already logged in. If the user is already logged in, this is a noop.


## Dependancy graph

<img src='./dependency-graph.svg' />
322 changes: 322 additions & 0 deletions dependency-graph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 36 additions & 9 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@netlify/cli-utils",
"description": "Netlify CLI utilities for configuration and API access",
"version": "1.0.2",
"version": "1.0.7",
"author": "Netlify Inc.",
"ava": {
"files": [
Expand Down Expand Up @@ -59,7 +59,7 @@
},
"scripts": {
"build": "run-s build:*",
"build:deptree": "depcruise --exclude '^node_modules' --output-type dot src | dot -T svg > site/dist/dependencygraph.svg",
"build:deptree": "depcruise --exclude '^node_modules' --output-type dot src | dot -T svg > dependency-graph.svg",
"test": "run-s test:*",
"test:ava": "nyc --reporter=lcov ava --verbose && nyc report",
"test:lint": "eslint src",
Expand All @@ -72,6 +72,7 @@
"dependencies": {
"@iarna/toml": "^2.2.1",
"@oclif/command": "^1.5.8",
"@oclif/parser": "^3.8.3",
"chalk": "^2.4.1",
"ci-info": "^2.0.0",
"cli-ux": "^5.0.0",
Expand All @@ -82,6 +83,7 @@
"lodash.merge": "^4.6.1",
"lodash.snakecase": "^4.1.1",
"make-dir": "^1.3.0",
"minimist": "^1.2.0",
"netlify": "^2.2.1",
"node-fetch": "^2.3.0",
"uuid": "^3.3.2",
Expand Down
Loading

0 comments on commit d4ef4e5

Please sign in to comment.