Skip to content

Commit cb9eb76

Browse files
author
uid10804
committed
Merge branch 'feat/add-cli' of https://github.com/pharindoko/json-serverless into feat/add-cli
2 parents 9ebec8f + 45dfb9c commit cb9eb76

File tree

12 files changed

+42
-16
lines changed

12 files changed

+42
-16
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.5.7](https://github.com/pharindoko/json-serverless/compare/v1.5.6...v1.5.7) (2019-12-31)
7+
8+
**Note:** Version bump only for package json-serverless
9+
10+
11+
12+
13+
614
## [1.5.6](https://github.com/pharindoko/json-serverless/compare/v1.5.3...v1.5.6) (2019-12-30)
715

816

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/cli/template",
55
"packages/server"
66
],
7-
"version": "1.5.6"
7+
"version": "1.5.7"
88
}

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.5.7](https://github.com/pharindoko/json-serverless/compare/v1.5.6...v1.5.7) (2019-12-31)
7+
8+
**Note:** Version bump only for package json-serverless
9+
10+
11+
12+
13+
614
## [1.5.6](https://github.com/pharindoko/json-serverless/compare/v1.5.3...v1.5.6) (2019-12-30)
715

816

packages/cli/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ npm install -g json-serverless
1919
$ jsonsls COMMAND
2020
running command...
2121
$ jsonsls (-v|--version|version)
22-
json-serverless/1.5.6 darwin-x64 node-v12.12.0
22+
json-serverless/1.5.7 linux-x64 node-v10.18.0
2323
$ jsonsls --help [COMMAND]
2424
USAGE
2525
$ jsonsls COMMAND
@@ -52,8 +52,6 @@ OPTIONS
5252
-s, --swagger activate swagger ui support
5353
```
5454

55-
_See code: [lib/commands/create-stack.js](https://github.com/pharindoko/json-serverless/blob/v1.5.6/lib/commands/create-stack.js)_
56-
5755
## `jsonsls help [COMMAND]`
5856

5957
display help for jsonsls
@@ -87,8 +85,6 @@ OPTIONS
8785
-h, --help show CLI help
8886
```
8987

90-
_See code: [lib/commands/run.js](https://github.com/pharindoko/json-serverless/blob/v1.5.6/lib/commands/run.js)_
91-
9288
## `jsonsls update-stack`
9389

9490
describe the command here
@@ -103,6 +99,4 @@ OPTIONS
10399
-r, --readonly set api to readonly (true) or writeable (false)
104100
-s, --swagger activate swagger ui support
105101
```
106-
107-
_See code: [lib/commands/update-stack.js](https://github.com/pharindoko/json-serverless/blob/v1.5.6/lib/commands/update-stack.js)_
108102
<!-- commandsstop -->

packages/cli/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "json-serverless",
33
"description": "cli for json-serverless project",
4-
"version": "1.5.6",
4+
"version": "1.5.7",
55
"author": "pharindoko",
66
"bin": {
77
"jsonsls": "./bin/run"
@@ -22,7 +22,7 @@
2222
"figlet": "^1.2.4",
2323
"globby": "^10.0.1",
2424
"inquirer": "^7.0.1",
25-
"json-serverless-lib": "^1.5.6",
25+
"json-serverless-lib": "^1.5.7",
2626
"listr": "^0.14.3",
2727
"node-env-webpack-plugin": "1.1.0",
2828
"nodemon": "1.19.2",

packages/cli/template/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.5.7](https://github.com/pharindoko/json-serverless/compare/v1.5.6...v1.5.7) (2019-12-31)
7+
8+
**Note:** Version bump only for package json-serverless-template
9+
10+
11+
12+
13+
614
## [1.5.6](https://github.com/pharindoko/json-serverless/compare/v1.5.3...v1.5.6) (2019-12-30)
715

816
**Note:** Version bump only for package json-serverless-template

packages/cli/template/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "json-serverless-template",
3-
"version": "1.5.6",
3+
"version": "1.5.7",
44
"description": "template for json-serverless project",
55
"author": "pharindoko",
66
"bugs": "https://github.com/pharindoko/json-serverless/issues",
77
"dependencies": {
88
"@types/express": "4.17.1",
99
"express": "4.17.1",
10-
"json-serverless-lib": "^1.5.6",
10+
"json-serverless-lib": "^1.5.7",
1111
"serverless-http": "^2.3.0"
1212
},
1313
"devDependencies": {

packages/server/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.5.7](https://github.com/pharindoko/json-serverless/compare/v1.5.6...v1.5.7) (2019-12-31)
7+
8+
**Note:** Version bump only for package json-serverless-lib
9+
10+
11+
12+
13+
614
## [1.5.6](https://github.com/pharindoko/json-serverless/compare/v1.5.3...v1.5.6) (2019-12-30)
715

816

0 commit comments

Comments
 (0)