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:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install vsts-cli using brew
brew install vsts-cli
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
vsts-cli is ready to use now!