@@ -8,38 +8,35 @@ cli for json-serverless project
8
8
[ ![ License] ( https://img.shields.io/npm/l/json-serverless.svg )] ( https://github.com/pharindoko/json-serverless/blob/master/package.json )
9
9
10
10
<!-- toc -->
11
-
12
- - [ Usage] ( #usage )
13
- - [ Commands] ( #commands )
11
+ * [ json-serverless ] ( #json-serverless )
12
+ * [ Usage] ( #usage )
13
+ * [ Commands] ( #commands )
14
14
<!-- tocstop -->
15
15
16
16
# Usage
17
17
18
18
<!-- usage -->
19
-
20
19
``` sh-session
21
20
$ npm install -g json-serverless
22
21
$ jsonsls COMMAND
23
22
running command...
24
23
$ 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
26
25
$ jsonsls --help [COMMAND]
27
26
USAGE
28
27
$ jsonsls COMMAND
29
28
...
30
29
```
31
-
32
30
<!-- usagestop -->
33
31
34
32
# Commands
35
33
36
34
<!-- 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 )
43
40
44
41
## ` jsonsls create-stack FILE [STAGE] `
45
42
@@ -70,8 +67,6 @@ OPTIONS
70
67
--swaggeruiRoute=swaggeruiRoute [default: /ui] path for the swagger ui interface
71
68
```
72
69
73
- _ See code: [ lib/commands/create-stack.js] ( https://github.com/pharindoko/json-serverless/blob/v1.6.0/lib/commands/create-stack.js ) _
74
-
75
70
## ` jsonsls help [COMMAND] `
76
71
77
72
display help for jsonsls
@@ -87,11 +82,11 @@ OPTIONS
87
82
--all see all commands in CLI
88
83
```
89
84
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 ) _
91
86
92
87
## ` jsonsls run FILE `
93
88
94
- run and develop with the api locally
89
+ run and test the api locally
95
90
96
91
```
97
92
USAGE
@@ -113,8 +108,6 @@ OPTIONS
113
108
--swaggeruiRoute=swaggeruiRoute [default: /ui] path for the swagger ui interface
114
109
```
115
110
116
- _ See code: [ lib/commands/run.js] ( https://github.com/pharindoko/json-serverless/blob/v1.6.0/lib/commands/run.js ) _
117
-
118
111
## ` jsonsls update-stack [STAGE] `
119
112
120
113
update the stackfolder and update the stack in the cloud
@@ -140,11 +133,9 @@ OPTIONS
140
133
--swaggeruiRoute=swaggeruiRoute [default: /ui] path for the swagger ui interface
141
134
```
142
135
143
- _ See code: [ lib/commands/update-stack.js] ( https://github.com/pharindoko/json-serverless/blob/v1.6.0/lib/commands/update-stack.js ) _
144
-
145
136
## ` jsonsls validate FILE `
146
137
147
- validate the json file to see if it works with json-serverless
138
+ describe the command here
148
139
149
140
```
150
141
USAGE
@@ -157,7 +148,4 @@ OPTIONS
157
148
-h, --help show CLI help
158
149
-s, --[no-]swagger enable or disable swagger interface support
159
150
```
160
-
161
- _ See code: [ lib/commands/validate.js] ( https://github.com/pharindoko/json-serverless/blob/v1.6.0/lib/commands/validate.js ) _
162
-
163
151
<!-- commandsstop -->
0 commit comments