feelobot / czar

CLI for Aws and Ssh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

czar

Setup:

  • Must have AWS environment variables set or configuration file.

Install Options:

MAC

wget -O /usr/local/bin/czar https://github.com/feelobot/czar/releases/download/0.0.3/czar-macosx && sudo chmod +x /usr/local/bin/czar

LS

➜ czar ls --tag "application" --value "external-ingress"

wildcards

➜ czar ls -t "Name" -v "*ingress*"

ssh

➜ czar ssh -u "core" -t "Name" -v "prod_kube*" "df -h"

About

CLI for Aws and Ssh


Languages

Language:Go 100.0%