2023-02-23 10:45:50 +00:00
|
|
|
# Dynamo-Browse
|
2022-07-28 12:17:47 +00:00
|
|
|
|
2023-02-23 10:45:50 +00:00
|
|
|
A CLI tool for browsing DynamoDB tables.
|
2022-07-28 12:17:47 +00:00
|
|
|
|
2023-02-23 10:45:50 +00:00
|
|
|

|
2022-07-28 12:17:47 +00:00
|
|
|
|
2023-02-23 10:45:50 +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
|
|
|
|
|
2023-02-23 10:45:50 +00:00
|
|
|
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
|
|
|
|
2023-02-23 10:45:50 +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
|
|
|
|
|
2023-02-23 10:45:50 +00:00
|
|
|
Dynamo-Browse is released under the MIT License.
|