dynamo-browse/_site/content/docs/reference/launch-flags.md
Leon Mika b4cee0e2e5
Some checks failed
ci / Build (push) Failing after 3m41s
Release / Build (push) Failing after 3m41s
Release / Site (push) Has been skipped
Release / Release (push) Has been skipped
Updated the documentation
2025-11-15 11:34:07 +11:00

691 B

title weight
Launch Flags 40

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.