Skip to content

Commit c8680c4

Browse files
committed
docs: Document new table list mode
1 parent 5c56cb5 commit c8680c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313
## Usage
1414

1515
```
16-
dynamo [-n COUNT] [--dax CLUSTER] table-name [partition key value [sort key value-or-expression]]
16+
dynamo [-n COUNT] [--dax CLUSTER] [table-name [partition key value [sort key value-or-expression]]]
1717
```
1818

19+
* If no table name is specified, all tables are listed.
1920
* If only a table name is specified, every row will be scanned.
2021
* If a table name and partition key are provided, either:
2122
* That item will be returned (for single-key schemas)

0 commit comments

Comments
 (0)