PureDevOps Community

DevOps Tools - Make Your Day Productive

I will list out here all the tools that making my day to day work easier. Please contribute any tools that making your day easier will eventually make others easier.

I will create multiple replies for each tools so that other replies can go under each tool

Terraform

  • To switch to multiple versions of terraform I use TFSwitch

Terminal

  • ohmyzsh is one of the best tool to get the glance of the current
    git branch,
    terraform workspace,
    aws region,
    kubernetes cluster without even checking the config

  • NixOS Nix is a tool that takes a unique approach to package management and system configuration. Learn how to make reproducible, declarative and reliable systems.

GIt OPS

https://digger.dev/

Digger is an open-source alternative to Terraform Cloud. It makes it easy to run terraform plan and apply in the CI / CD platform you already have, such as Github Actions.

JSON Pretty or Formatter for Terminal

  • yq - yq
    its a powerful and simple tool to format your json outputs from any cli commands in a pretty format . I have been using the regularly with aws commands .