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
·
480 commits
to main
since this release
What's New
- JMESPath query support via the
--queryoption - Indent JSON responses by default. This option can be turned off via the
--json-no-indentargument. - 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
- Download and extract the application archive for your OS
- Run the login command e.g.
./mgc login --client-id <clientid> --tenant-id <tenantid> --scopes User.ReadWrite --scopes Mail.ReadWrite - 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