Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
james-hu committed Jan 16, 2024
1 parent 7f7898f commit 6cbc51c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,9 @@ or manual download (https://github.com/james-hu/apig-swagger-ui/releases for Win
<!-- help start -->
```
USAGE
$ apig-swagger-ui [PATH] [-v] [-h] [-r <value>] [-i
<value>] [-x <value>] [-s] [-p <value>] [-q] [-d] [-a <value>] [-m]
$ apig-swagger-ui [PATH] [-v] [-h] [-r <value>] [-k
<value>] [-e <value>] [-t <value>] [-i <value>] [-x <value>] [-s] [-p
<value>] [-q] [-d] [-a <value>] [-m]
ARGUMENTS
PATH [default: api-doc] path for putting generated website files
Expand All @@ -108,16 +109,19 @@ FLAGS
-a, --validator-url=<value> custom validator URL, or "none" for disabling
validation
-d, --debug output debug messages
-e, --secret=<value> AWS secret access key
-h, --help Show CLI help.
-i, --include=<value>... [default: */*,*/] custom domains and base path
mappings to include
-k, --key=<value> AWS access key ID
-m, --enable-source-maps include swagger-ui's source map files or not
-p, --port=<value> [default: 8001] port number of the local http
server for preview
-q, --quiet no console output
-r, --region=<value>... AWS region
-s, --server start a local http server and open a browser for
pre-viewing generated website
-t, --token=<value> AWS session token
-v, --version Show CLI version.
-x, --exclude=<value>... custom domains and base path mappings to exclude
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apig-swagger-ui",
"description": "Command line tool for generating OpenAPI spec and SwaggerUI from AWS API Gateway",
"version": "1.5.0",
"version": "1.5.1",
"author": "James Hu",
"bin": {
"apig-swagger-ui": "./bin/apig-swagger-ui.js"
Expand Down

0 comments on commit 6cbc51c

Please sign in to comment.