Releases: microsoftgraph/msgraph-cli
Microsoft Graph CLI 1.1.0 GA
See CHANGELOG.md for details
Microsoft Graph CLI 1.0.0 GA
What's New
See CHANGELOG.md for changes.
Microsoft Graph CLI 1.0.0 RC 2
Changes:
- 2fd1054 RC2 release (#377)
- 2d3b61f Example that work for testing authentication (#371)
- bad9df8 Update generated code. (#372) [ #373, #376 ]
- 5a79695 Log non-output messages to stderr. (#367)
- 26e2849 Merge pull request #366 from microsoftgraph/dependabot/github_actions/actions/checkout-4
- abd57ec Bump actions/checkout from 3 to 4
- 16b38c0 chore: update branch protection rules, issue management workflow, codeql (#355)
This list of changes was auto generated.
Microsoft Graph CLI 1.0.0 RC 1
What's New
- Added managed identity login. Use
mgc login --strategy ManagedIdentity
to use it. - Bug fixes. See CHANGELOG.md for more detailed changes
Known Issues
Full Changelog: https://github.com/microsoftgraph/msgraph-cli/blob/main/CHANGELOG.md#100-rc1---2023-09-26
Microsoft Graph CLI 1.0.0 RC
v1.0.0-rc.0 Update version for RC release (#339)
Microsoft Graph CLI 1.0.0 Preview 2
What's New
- Added headers support via the
--headers
option. - Fix bug with sites command crashing during parse.
- Bug fixes. See CHANGELOG.md for more detailed changes
Known Issues
Full Changelog: https://github.com/microsoftgraph/msgraph-cli/blob/v1.0.0-preview.2/CHANGELOG.md#100-preview2---2023-09-06
Microsoft Graph CLI 1.0.0 Preview 1
What's New
- Added overloaded OData functions as commands.
--file
has now been split into--input-file
and--output-file
to cater for endpoints that accept a stream and return a stream.- Bug fixes. See CHANGELOG.md for more detailed changes
Known Issues
Full Changelog: https://github.com/microsoftgraph/msgraph-cli/blob/v1.0.0-preview.1/CHANGELOG.md#100-preview1---2023-06-16
Microsoft Graph CLI 0.4.0 Preview 1
What's New
- Set console encoding to utf-8
- Remove item place-holder from commands with url path parameters
- Bug fixes. See CHANGELOG.md for more detailed changes
Known Issues
Full Changelog: https://github.com/microsoftgraph/msgraph-cli/blob/v0.4.0-preview.1/CHANGELOG.md#040-preview1---2023-05-05
Microsoft Graph CLI 0.3.0 Preview 1
What's New
- Environment login is now available and supports both certificate files and client secrets. run
mgc login --help
for usage information. - Bug fixes. See CHANGELOG.md for more detailed changes
Known Issues
Full Changelog: https://github.com/microsoftgraph/msgraph-cli/blob/v0.3.0-preview.1/CHANGELOG.md#030-preview1---2023-03-16
Microsoft Graph CLI 0.2.0 Preview 1
What's New
- Bug fixes. See CHANGELOG.md for more detailed changes
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/v0.2.0-preview.1/CHANGELOG.md#020-preview1---2023-02-27