This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Microsoft Graph CLI Preview 8
Pre-release
Pre-release
What's New
- Added documentation content for non-terminal sub-commands
- MacOS binaries are now signed and notarized.
- Logout now clears tokens from the cache.
- Header command options can now be called multiple times. The header values will now be additive.
- 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 from assets below and extract the application archive for your OS
- Run the login command e.g.
./mgc login --scopes User.ReadWrite Mail.ReadWrite - Run any other commands. For a list of available commands, run
./mgc -h
Full Changelog: https://github.com/microsoftgraph/msgraph-cli/blob/b1433d32b5594b1267da92c60a75fca7db4a88d6/CHANGELOG.md#010-preview8---2023-02-10