Launch Flags#

-debug#

-debug <filename>

Enable debug logs, which will be written to filename.

-default-limit#

-default-limit <int>

Sets the default limit of queries or scans. The default is 1,000 items.

-local#

-local [host]:<port>

Connect to a local DynamoDB service listening on host:port. The default host is localhost.

-ro#

-ro

Enable read-only mode.

-t#

-t <tableName>

Open the table tableName, instead of prompting for a table.

-w#

-w <workspaceFile>

Use workspaceFile as the workspace file. If unset, a temporary file will be used for the workspace.