Easy steps to install faas-cli package on Mac
Package Information:
Application Name – faas-cli
What is faas-cli – Not Available for faas-cli
Use of faas-cli – CLI for templating and/or deploying FaaS functions
URL – https://www.openfaas.com/
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 faas-cli using brew
brew install faas-cli
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
faas-cli is ready to use now!