Skip to content
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.

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

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions