Crates.io | hrkk |
lib.rs | hrkk |
version | 0.2.1 |
source | src |
created_at | 2020-06-19 13:49:27.943271+00 |
updated_at | 2020-08-10 02:16:52.518373+00 |
description | A tool to list up aws resources and print selected resources. |
homepage | https://github.com/K2Da/hrkk |
repository | https://github.com/K2Da/hrkk |
max_upload_size | |
id | 255704 |
size | 300,506 |
hrkk lists up aws resources and select some with fuzzy finder, and print its resource id like ec2 instance-id to console.
Use it to input parameter for aws cli, or just to see aws resource status from console.
Without sub command, hrkk shows all available resource types. Select with enter key to see the resources.
use hrkk like this to input aws cli parameter.
# tail cloudwatch logs
aws logs tail --since 100d $(hrkk logs log-group)
# tail -f
aws logs tail --follow $(hrkk -r 10 logs log-group)
# ec2 start session
aws ssm start-session --target $(hrkk ec2 instance)
small letters to filter left pane. Shift or Ctrl + letter for commands.
With rusoto_credential, hrkk use aws cli profile and credentials.
With this command, download binary for mac/linux.
brew install K2Da/tap/hrkk
cargo install hrkk