noppoMan / npdynamodb

A Node.js Simple Query Builder and ORM for AWS DynamoDB
112 stars 19 forks source link

Add desc and get npd commands for npdcli #12

Closed noppoMan closed 9 years ago

noppoMan commented 9 years ago

I added two new commands.

  1. npd desc <table>: Show result of the describe operation
  2. npd get <table> <hashKey> [rangeKey]: Show results of the query operation by given conditions