DevOpsCLI is a project written in golang to enable bootstrapping daily-usage things in DevOps world. It's personal project to simplify my daily work.
go get -u github.com/skoczewd/devopscli
docli --help
- fzf
- kubectl node-shell
[x] Deploying debug pod
[x] SSHing into K8S node via node-shell
[x] Bash Exec into the pod using not full name but its prefix
[x] Adding terraform providers (aws, helm, kubernetes)
[x] Adding helm release and default values.yaml is being saved in the same directory
[x] Adding terraform module which pulls the module from the source and put default values along with a description.
[x] Bootstraping terraform workspace
[x] Bootstraping terraform module