dynamo-browse/README.md

26 lines
782 B
Markdown
Raw Normal View History

# Dynamo-Browse
2022-07-28 12:17:47 +00:00
A CLI tool for browsing DynamoDB tables.
2022-07-28 12:17:47 +00:00
![dynamo-browse](https://dynamobrowse.app/images/dynamo-browse/main-item-view.png)
2022-07-28 12:17:47 +00:00
This was built to make it easy to quickly view and lightly edit
DynamoDB tables, running locally or within AWS, from the Terminal
without having to learn incantations with the CLI or
go to the AWS console itself. This helps from unnecessary context switching
if you tend to use the terminal a lot.
2022-07-28 12:17:47 +00:00
## Install
Binary packages can be [download from the release page](https://github.com/lmika/dynamo-browse/releases/latest).
2022-07-28 12:17:47 +00:00
If you have Go 1.18 or later, you can install using the following command:
2022-07-28 12:17:47 +00:00
```
2023-03-08 10:48:44 +00:00
go install github.com/lmika/dynamo-browse/cmd/dynamo-browse@v0.2.0
2022-07-28 12:17:47 +00:00
```
## License
Dynamo-Browse is released under the MIT License.