Easy steps to install inframap package on Mac
Package Information:
Application Name – inframap
What is inframap – cycloidio/inframap. … If you’re macOS user and using Homebrew, you can install via brew command: … inframap generate state.tfstate | dot -Tpng > graph.png.
Use of inframap – Read your tfstate or HCL to generate a graph
URL – https://github.com/cycloidio/inframap
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install inframap using brew
brew install inframap
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
inframap is ready to use now!