Easy steps to install pulumi package on Mac
Package Information:
Application Name – pulumi
What is pulumi – Not Available for pulumi
Use of pulumi – Cloud native development platform
URL – https://pulumi.io/
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>. Type terminal and hitEnterkey. - Now, run following command to install homebrew (brew)
- Install pulumi using brew
brew install pulumi

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

pulumi is ready to use now!