Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
KenKilty opened this issue Dec 7, 2023 · 1 comment
Open
Labels
enhancement New feature or request ToTriage

Comments

@KenKilty
Copy link

KenKilty commented Dec 7, 2023

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
@calebkiage
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ToTriage
Projects
None yet
Development

No branches or pull requests

3 participants