We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c56cb5 commit c8680c4Copy full SHA for c8680c4
README.md
@@ -13,9 +13,10 @@
13
## Usage
14
15
```
16
-dynamo [-n COUNT] [--dax CLUSTER] table-name [partition key value [sort key value-or-expression]]
+dynamo [-n COUNT] [--dax CLUSTER] [table-name [partition key value [sort key value-or-expression]]]
17
18
19
+* If no table name is specified, all tables are listed.
20
* If only a table name is specified, every row will be scanned.
21
* If a table name and partition key are provided, either:
22
* That item will be returned (for single-key schemas)
0 commit comments