You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: