@@ -19,7 +19,7 @@ $ npm install -g json-serverless
1919$ jsonsls COMMAND
2020running command...
2121$ jsonsls (-v| --version| version)
22- json-serverless/1.5.36 linux-x64 node-v10.20.1
22+ json-serverless/1.5.37 linux-x64 node-v10.20.1
2323$ jsonsls --help [COMMAND]
2424USAGE
2525 $ jsonsls COMMAND
@@ -46,9 +46,10 @@ ARGUMENTS
4646 STAGE [default: dev] stage name
4747
4848OPTIONS
49- -a, --apikeyauth require api key authentication to access api
50- -h, --help show CLI help
51- -r, --readonly set api to readonly (true) or writeable (false)
49+ -a, --apikeyauth require api key authentication to access api
50+ -h, --help show CLI help
51+ -r, --readonly set api to readonly (true) or writeable (false)
52+ -s, --[no-]swagger enable or disable swagger interface support
5253```
5354
5455## ` jsonsls help [COMMAND] `
@@ -83,6 +84,7 @@ OPTIONS
8384 -e, --env=development|local [default: local] environment
8485 -h, --help show CLI help
8586 -r, --readonly set api to readonly (true) or writeable (false)
87+ -s, --[no-]swagger enable or disable swagger interface support
8688```
8789
8890## ` jsonsls update-stack `
@@ -98,5 +100,6 @@ OPTIONS
98100 -h, --help show CLI help
99101 -p, --currentdirectory=currentdirectory current working directory that will be used for execution
100102 -r, --readonly set api to readonly (true) or writeable (false)
103+ -s, --[no-]swagger enable or disable swagger interface support
101104```
102105<!-- commandsstop -->
0 commit comments