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

Microsoft Graph CLI Preview 3

Pre-release
Pre-release

Choose a tag to compare

@calebkiage calebkiage released this 17 Mar 09:00
· 480 commits to main since this release

What's New

  • JMESPath query support via the --query option
  • Indent JSON responses by default. This option can be turned off via the --json-no-indent argument.
  • Allow setting clientId and tenantId parameters via the login command. Editing configuration files is no longer required.
  • Bug fixes. See CHANGELOG.md for more detailed changes
  • Commands generated for all endpoints in the graph API's openapi.yaml file

Known Issues

Install instructions

  1. Download and extract the application archive for your OS
  2. Run the login command e.g. ./mgc login --client-id <clientid> --tenant-id <tenantid> --scopes User.ReadWrite --scopes Mail.ReadWrite
  3. Run any other commands. For a list of available commands, run ./mgc -h

Full Changelog: https://github.com/microsoftgraph/msgraph-cli/blob/v0.1.0-preview.3/CHANGELOG.md#010-preview3---2022-03-17