Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
There was an error while loading. Please reload this page.
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-cliLinux
https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=apt
curl -sL https://aka.ms/InstallMgcCLIDeb | sudo bashor