We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c794814 commit 2022c36Copy full SHA for 2022c36
1 file changed
README.md
@@ -12,12 +12,17 @@ _**Warning**: running this command will result in all the items in the specified
12
is no "are you sure?" prompt._
13
14
```shell
15
-delete-dynamodb-items <table name>
+delete-dynamodb-items <table name> [--endpoint=URL]
16
```
17
18
The program uses the default AWS credential algorithm to determine what IAM entity and region is used. E.g. the
19
`~/.aws/credentials` file, the `AWS_*` environment variables, etc.
20
21
+### Custom Endpoint
22
+
23
+You can customize the DynamoDB endpoint with the `--endpoint=` (or `-e`) option. Set it to the URL of the endpoint.
24
+E.g. `--endpoint=http://localhost:8002`. If unspecified, the default AWS endpoints are used.
25
26
## Build
27
28
Run the following to compile your own copy from source.
0 commit comments