Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Microsoft Graph CLI Preview 2

Pre-release
Pre-release

Choose a tag to compare

@calebkiage calebkiage released this 17 Feb 15:14
· 498 commits to main since this release
1f2dbbf

What's New

  • Table output format
  • Commands generated for all endpoints in the graph API's openapi.yaml file

Known Issues

  • Requests fail when we add --select or --expand options to a command
  • When the API responds with an error, the application crashes.

Install instructions

  1. Download and extract the application archive for your OS
  2. Update the app-settings.json file adding a tenant id and client id. Look at the app-settings.sample.json file for a sample.
  3. Run the login command e.g. ./mgc login --scopes User.ReadWrite --scopes Mail.ReadWrite
  4. Run any other commands. For a list of available commands, run ./mgc -h

Full Changelog: https://github.com/microsoftgraph/msgraph-cli/commits/v0.1.0-preview.2