Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
james-hu committed Jan 15, 2024
1 parent 6a0adda commit 22f2228
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ FLAGS
-p, --port=<value> [default: 8001] port number of the local http
server for preview
-q, --quiet no console output
-r, --region=<value> AWS region
-r, --region=<value>... AWS region
-s, --server start a local http server and open a browser for
pre-viewing generated website
-v, --version Show CLI version.
Expand All @@ -121,7 +121,7 @@ DESCRIPTION
EXAMPLES
$ apig-swagger-ui -r ap-southeast-2 -s
$ apig-swagger-ui -r ap-southeast-2 -s -i '*uat1*/*' -x 'datahub.uat1.*/*'
$ apig-swagger-ui -r ap-southeast-2 -r us-east-1 -s -i '*uat1*/*' -x 'datahub.uat1.*/*'
$ apig-swagger-ui -r ap-southeast-2 -s -i '*/key*' -i 'boi.stg.*/*' path/to/api-doc/directory
```
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.4.0",
"version": "1.5.0",
"author": "James Hu",
"bin": {
"apig-swagger-ui": "./bin/apig-swagger-ui.js"
Expand Down

0 comments on commit 22f2228

Please sign in to comment.