Skip to content

Microsoft Graph CLI Preview 6

Pre-release
Pre-release
Compare
Choose a tag to compare
@calebkiage calebkiage released this 19 Aug 10:14
· 3 commits to 49483dca42986c2d43d2718a9bb49f44a57b1e1b since this release
150f98c

What's New

  • Add interactive browser login mgc login --strategy InteractiveBrowser
  • Bug fixes. See CHANGELOG.md for more detailed changes
  • Commands generated for all endpoints in the graph API's openapi.yaml file

Known Issues

  • Some of the new count commands e.g. mgc users count get require the ConsistencyLevel header set. However, the endpoint definitions don't document it and so the command doesn't have an option generated to allow the user to provide a value for it.

Install instructions

  1. Download from assets below and extract the application archive for your OS
  2. Run the login command e.g. ./mgc login --scopes User.ReadWrite 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/150f98c046e8cbd4df9b930cce552a3b9f635b11/CHANGELOG.md#010-preview6---2022-08-18