@@ -8,38 +8,35 @@ cli for json-serverless project
88[ ![ License] ( https://img.shields.io/npm/l/json-serverless.svg )] ( https://github.com/pharindoko/json-serverless/blob/master/package.json )
99
1010<!-- toc -->
11-
12- - [ Usage] ( #usage )
13- - [ Commands] ( #commands )
11+ * [ json-serverless ] ( #json-serverless )
12+ * [ Usage] ( #usage )
13+ * [ Commands] ( #commands )
1414<!-- tocstop -->
1515
1616# Usage
1717
1818<!-- usage -->
19-
2019``` sh-session
2120$ npm install -g json-serverless
2221$ jsonsls COMMAND
2322running command...
2423$ jsonsls (-v| --version| version)
25- json-serverless/1.6.0 darwin -x64 node-v14.2.0
24+ json-serverless/1.6.1 linux -x64 node-v10.22.1
2625$ jsonsls --help [COMMAND]
2726USAGE
2827 $ jsonsls COMMAND
2928...
3029```
31-
3230<!-- usagestop -->
3331
3432# Commands
3533
3634<!-- commands -->
37-
38- - [ ` jsonsls create-stack FILE [STAGE] ` ] ( #jsonsls-create-stack-file-stage )
39- - [ ` jsonsls help [COMMAND] ` ] ( #jsonsls-help-command )
40- - [ ` jsonsls run FILE ` ] ( #jsonsls-run-file )
41- - [ ` jsonsls update-stack [STAGE] ` ] ( #jsonsls-update-stack-stage )
42- - [ ` jsonsls validate FILE ` ] ( #jsonsls-validate-file )
35+ * [ ` jsonsls create-stack FILE [STAGE] ` ] ( #jsonsls-create-stack-file-stage )
36+ * [ ` jsonsls help [COMMAND] ` ] ( #jsonsls-help-command )
37+ * [ ` jsonsls run FILE ` ] ( #jsonsls-run-file )
38+ * [ ` jsonsls update-stack [STAGE] ` ] ( #jsonsls-update-stack-stage )
39+ * [ ` jsonsls validate FILE ` ] ( #jsonsls-validate-file )
4340
4441## ` jsonsls create-stack FILE [STAGE] `
4542
@@ -70,8 +67,6 @@ OPTIONS
7067 --swaggeruiRoute=swaggeruiRoute [default: /ui] path for the swagger ui interface
7168```
7269
73- _ See code: [ lib/commands/create-stack.js] ( https://github.com/pharindoko/json-serverless/blob/v1.6.0/lib/commands/create-stack.js ) _
74-
7570## ` jsonsls help [COMMAND] `
7671
7772display help for jsonsls
@@ -87,11 +82,11 @@ OPTIONS
8782 --all see all commands in CLI
8883```
8984
90- _ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v3.1 .0/src/commands/help.ts ) _
85+ _ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v3.2 .0/src/commands/help.ts ) _
9186
9287## ` jsonsls run FILE `
9388
94- run and develop with the api locally
89+ run and test the api locally
9590
9691```
9792USAGE
@@ -113,8 +108,6 @@ OPTIONS
113108 --swaggeruiRoute=swaggeruiRoute [default: /ui] path for the swagger ui interface
114109```
115110
116- _ See code: [ lib/commands/run.js] ( https://github.com/pharindoko/json-serverless/blob/v1.6.0/lib/commands/run.js ) _
117-
118111## ` jsonsls update-stack [STAGE] `
119112
120113update the stackfolder and update the stack in the cloud
@@ -140,11 +133,9 @@ OPTIONS
140133 --swaggeruiRoute=swaggeruiRoute [default: /ui] path for the swagger ui interface
141134```
142135
143- _ See code: [ lib/commands/update-stack.js] ( https://github.com/pharindoko/json-serverless/blob/v1.6.0/lib/commands/update-stack.js ) _
144-
145136## ` jsonsls validate FILE `
146137
147- validate the json file to see if it works with json-serverless
138+ describe the command here
148139
149140```
150141USAGE
@@ -157,7 +148,4 @@ OPTIONS
157148 -h, --help show CLI help
158149 -s, --[no-]swagger enable or disable swagger interface support
159150```
160-
161- _ See code: [ lib/commands/validate.js] ( https://github.com/pharindoko/json-serverless/blob/v1.6.0/lib/commands/validate.js ) _
162-
163151<!-- commandsstop -->
0 commit comments