Skip to content

Commit 454b5bc

Browse files
authored
Update README.md
1 parent 886a430 commit 454b5bc

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

README.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ npx aws-api-gateway-cli-test
2020

2121
If you have it globally installed:
2222

23-
```
23+
``` bash
2424
$ apig-test \
2525
--username='johndoe' \
2626
--password='password' \
@@ -41,23 +41,8 @@ $ apig-test \
4141

4242
If you have it locally installed:
4343

44-
```
45-
$ npx aws-api-gateway-cli-test \
46-
--username='johndoe' \
47-
--password='password' \
48-
--user-pool-id='us-east-1_Xxxxxxxx' \
49-
--app-client-id='29xxyyxxyxxxyyxxxyy' \
50-
--cognito-region='us-east-1' \
51-
--identity-pool-id='us-east-1:99xxyyx-9999-9999-xx0x-99xxxxxxxx' \
52-
--invoke-url='https://99xxxxxxx.execute-api.us-east-1.amazonaws.com' \
53-
--api-gateway-region='us-east-1' \
54-
--api-key='x3xaacea33DCDA3aqafae28aCdaeEWXX1ada3acx' \
55-
--path-template='/users' \
56-
--method='GET' \
57-
--params='{}' \
58-
--additional-params='{}' \
59-
--access-token-header='cognito-access-token' \
60-
--body='{}'
44+
``` bash
45+
$ npx aws-api-gateway-cli-test --options
6146
```
6247

6348
This command takes the following options:

0 commit comments

Comments
 (0)