hu

Crates.iohu
lib.rshu
version0.1.0-pre21
created_at2026-01-09 21:59:34.681184+00
updated_at2026-01-10 07:25:37.980016+00
descriptionDev workflow CLI: EKS pods, Jira tickets, GitHub PRs, AWS pipelines
homepage
repositoryhttps://github.com/chi/hu
max_upload_size
id2032966
size270,887
Adam Ladachowski (aladac)

documentation

README

crates.io

hu

Dev workflow CLI for EKS pods, Jira, GitHub Actions, and AWS.

Install

cargo install hu

Usage

# EKS pods
hu eks                    # List pods
hu eks -p 1               # Shell into pod #1
hu eks -e prod -t api     # List api pods on prod
hu eks --log              # Tail logs from pods

# EC2 instances
hu ec2                    # List instances
hu ec2 -e prod            # Filter by environment
hu ec2 -t bastion -p 1    # Connect via SSM

# AWS
hu aws whoami             # Show identity
hu aws discover           # Scan profiles & capabilities

# Jira
hu jira mine              # My assigned issues
hu jira show PROJ-123     # Show issue details

# GitHub
hu gh runs                # Workflow runs
hu gh runs --ok           # Only successful runs

Config

Settings file: ~/.config/hu/settings.toml

[aws]
region = "us-east-1"

[kubernetes]
namespace = "cms"
pod_type = "web"

[env.prod]
cluster = "prod-eks"
emoji = "🔴"
Commit count: 0

cargo fmt