dynamo-browse/README.md

32 lines
973 B
Markdown
Raw Normal View History

2022-07-28 12:17:47 +00:00
# Audax Toolset
A set of small, terminal based UI (TUI, sometimes called "Rougelike") tools for
administering AWS services.
They were built to make it easy to do quick things with
common AWS services, such as DynamoDB, without having to learn incantations with the CLI or
go to the AWS console itself. This keeps you focused on your task and saves you from
breaking concentration, especially if you do a lot in the terminal.
2022-07-29 23:52:18 +00:00
![dynamo-browse](https://audax.tools/images/dynamo-browse/main-item-view.png)
2022-07-28 12:17:47 +00:00
## The Toolset
More info about the available tools are available here:
2022-10-21 22:26:18 +00:00
- [dynamo-browse](https://audax.tools/dynamo-browse): Browse DynamoDB tables
2022-07-28 12:17:47 +00:00
## Install
Binary packages can be [download from the release page](https://github.com/lmika/audax/releases/latest).
If you have Go 1.18, you can install using the following command:
```
2022-10-21 22:26:18 +00:00
go install github.com/lmika/audax/cmd/dynamo-browse@v0.1.0
2022-07-28 12:17:47 +00:00
```
## License
2022-10-21 22:26:18 +00:00
Audax toolset is released under the MIT License.