microsoftgraph/msgraph-cli

Feature: Support for msgraph-cli via package manager on Mac / Linux

KenKilty opened this issue · 1 comments

Feature request. It would be helpful and reduce friction for installation of the Microsoft Graph CLI on Linux / Mac if there were an option to install the CLI via a package manager rather than manual download and post-configuration. It would also assist with keeping the msgraph CLI update to date. Example below for desired installation behavior based on the Azure CLI approach.

Mac OS
https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-macos#install-with-homebrew

brew update && brew install mg-cli

Linux
https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=apt

curl -sL https://aka.ms/InstallMgcCLIDeb | sudo bash

or

sudo apt-get update
sudo apt-get install mg-cli

Hello, thanks for reporting this issue. We actually have a tracking issue #294 for package manager support.