Skip to content

Commit f00f48d

Browse files
author
Travis CI User
committed
chore(release): Travis CI update [ci skip]
1 parent 5e8f2f4 commit f00f48d

File tree

12 files changed

+71
-23
lines changed

12 files changed

+71
-23
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.42](https://github.com/pharindoko/json-serverless/compare/v1.5.41...v1.5.42) (2020-06-09)
7+
8+
9+
### Features
10+
11+
* **cli:** add new command validate for direct validation of json files ([70c873f](https://github.com/pharindoko/json-serverless/commit/70c873fc3ead1e8285538317e2ad578ec47d5be2))
12+
* **server:** add loglevels (info as default, debug) to have less unneeded output ([d482752](https://github.com/pharindoko/json-serverless/commit/d482752204b2743d275578f38cce1a3fff8baaeb))
13+
* **server:** add new validation rule to check for empty arrays ([6e3da25](https://github.com/pharindoko/json-serverless/commit/6e3da2541c109ba3ae00631931ba3392ce9a9868))
14+
15+
16+
17+
18+
619
## [1.5.41](https://github.com/pharindoko/json-serverless/compare/v1.5.40...v1.5.41) (2020-06-02)
720

821

lerna.json

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

packages/cli/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.42](https://github.com/pharindoko/json-serverless/compare/v1.5.41...v1.5.42) (2020-06-09)
7+
8+
9+
### Features
10+
11+
* **cli:** add new command validate for direct validation of json files ([70c873f](https://github.com/pharindoko/json-serverless/commit/70c873fc3ead1e8285538317e2ad578ec47d5be2))
12+
* **server:** add loglevels (info as default, debug) to have less unneeded output ([d482752](https://github.com/pharindoko/json-serverless/commit/d482752204b2743d275578f38cce1a3fff8baaeb))
13+
14+
15+
16+
17+
618
## [1.5.41](https://github.com/pharindoko/json-serverless/compare/v1.5.40...v1.5.41) (2020-06-02)
719

820

packages/cli/README.md

Lines changed: 16 additions & 13 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.41 darwin-x64 node-v14.2.0
22+
json-serverless/1.5.42 linux-x64 node-v10.21.0
2323
$ jsonsls --help [COMMAND]
2424
USAGE
2525
$ jsonsls COMMAND
@@ -32,11 +32,11 @@ USAGE
3232
* [`jsonsls help [COMMAND]`](#jsonsls-help-command)
3333
* [`jsonsls run FILE`](#jsonsls-run-file)
3434
* [`jsonsls update-stack`](#jsonsls-update-stack)
35-
* [`jsonsls validate`](#jsonsls-validate)
35+
* [`jsonsls validate FILE`](#jsonsls-validate-file)
3636

3737
## `jsonsls create-stack FILE [STAGE]`
3838

39-
describe the command here
39+
create the stackfolder and deploy the stack in the cloud
4040

4141
```
4242
USAGE
@@ -51,6 +51,7 @@ OPTIONS
5151
-d, --description=description api description
5252
-h, --help show CLI help
5353
-i, --region=region AWS region
54+
-l, --loglevel=info|debug [default: info] loglevel of outputs
5455
-n, --name=name api name
5556
-r, --readonly set api to readonly (true) or writeable (false)
5657
-s, --[no-]swagger enable or disable swagger interface support
@@ -76,7 +77,7 @@ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.0.1
7677

7778
## `jsonsls run FILE`
7879

79-
describe the command here
80+
run and test the api locally
8081

8182
```
8283
USAGE
@@ -88,13 +89,14 @@ ARGUMENTS
8889
OPTIONS
8990
-e, --env=development|local [default: local] environment
9091
-h, --help show CLI help
92+
-l, --loglevel=info|debug [default: info] loglevel of outputs
9193
-r, --readonly set api to readonly (true) or writeable (false)
9294
-s, --[no-]swagger enable or disable swagger interface support
9395
```
9496

9597
## `jsonsls update-stack`
9698

97-
describe the command here
99+
update the stackfolder and update the stack in the cloud
98100

99101
```
100102
USAGE
@@ -103,24 +105,25 @@ USAGE
103105
OPTIONS
104106
-a, --apikeyauth require api key authentication to access api
105107
-h, --help show CLI help
108+
-l, --loglevel=info|debug [default: info] loglevel of outputs
106109
-p, --currentdirectory=currentdirectory current working directory that will be used for execution
107110
-r, --readonly set api to readonly (true) or writeable (false)
108111
-s, --[no-]swagger enable or disable swagger interface support
109112
```
110113

111-
## `jsonsls validate`
114+
## `jsonsls validate FILE`
112115

113-
Describe the command here
116+
describe the command here
114117

115118
```
116119
USAGE
117-
$ jsonsls validate
120+
$ jsonsls validate FILE
118121
119-
OPTIONS
120-
-n, --name=name name to print
122+
ARGUMENTS
123+
FILE path of JSON file
121124
122-
DESCRIPTION
123-
...
124-
Extra documentation goes here
125+
OPTIONS
126+
-h, --help show CLI help
127+
-s, --[no-]swagger enable or disable swagger interface support
125128
```
126129
<!-- 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: 3 additions & 3 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.41",
4+
"version": "1.5.42",
55
"author": "pharindoko",
66
"bin": {
77
"jsonsls": "./bin/run"
@@ -23,8 +23,8 @@
2323
"figlet": "^1.3.0",
2424
"globby": "^11.0.0",
2525
"inquirer": "^7.1.0",
26-
"json-serverless-lib": "^1.5.41",
27-
"json-serverless-template": "^1.5.41",
26+
"json-serverless-lib": "^1.5.42",
27+
"json-serverless-template": "^1.5.42",
2828
"listr": "^0.14.3",
2929
"node-env-webpack-plugin": "1.1.0",
3030
"nodemon": "2.0.4",

packages/server/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.42](https://github.com/pharindoko/json-serverless/compare/v1.5.41...v1.5.42) (2020-06-09)
7+
8+
9+
### Features
10+
11+
* **server:** add loglevels (info as default, debug) to have less unneeded output ([d482752](https://github.com/pharindoko/json-serverless/commit/d482752204b2743d275578f38cce1a3fff8baaeb))
12+
* **server:** add new validation rule to check for empty arrays ([6e3da25](https://github.com/pharindoko/json-serverless/commit/6e3da2541c109ba3ae00631931ba3392ce9a9868))
13+
14+
15+
16+
17+
618
## [1.5.41](https://github.com/pharindoko/json-serverless/compare/v1.5.40...v1.5.41) (2020-06-02)
719

820
**Note:** Version bump only for package json-serverless-lib

packages/server/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/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-serverless-lib",
3-
"version": "1.5.41",
3+
"version": "1.5.42",
44
"description": "Transform a json file into an api",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

packages/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.42](https://github.com/pharindoko/json-serverless/compare/v1.5.41...v1.5.42) (2020-06-09)
7+
8+
**Note:** Version bump only for package json-serverless-template
9+
10+
11+
12+
13+
614
## [1.5.41](https://github.com/pharindoko/json-serverless/compare/v1.5.40...v1.5.41) (2020-06-02)
715

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

0 commit comments

Comments
 (0)