Skip to content

Commit

Permalink
docs: Document new table list mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aidansteele committed Mar 21, 2020
1 parent 5c56cb5 commit c8680c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@
## Usage

```
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]]]
```

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

0 comments on commit c8680c4

Please sign in to comment.