Easy steps to install vsts-cli package on Mac

Package Information:

Application Name – vsts-cli
What is vsts-cli – 15-Nov-2017 — VSTS CLI is a command line interface for Azure DevOps Services and Team Foundation Server (TFS). With the VSTS CLI, you can manage …
Use of vsts-cli – Manage and work with VSTS/TFS resources from the command-line
URL – https://docs.microsoft.com/en-us/cli/vsts

Installation Steps:

  1. Open Terminal using Spotlight search by pressing  <command+space>. Type terminal and hit  Enter  key.
  2. spotlight search terminal

  3. Now, run following command to install homebrew (brew)
  4. ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null

    Homebrew Install Command Screenshot

  5. Install vsts-cli using brew
    brew install vsts-cli

vsts-cli  is ready to use now!