Skip to content

Microsoft Graph CLI Preview 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@calebkiage calebkiage released this 25 Jan 18:40

What's New

Known Issues

  • Requests fail when we add --select or --expand options to a command
  • When the API responds with an error, the application crashes.
  • If a user isn't logged in, the application prompts them to log in but no scopes are requested.

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/0.1.0-preview.1