msgraph-cli icon indicating copy to clipboard operation
msgraph-cli copied to clipboard

CLI tool for Microsoft Graph based on .NET

Results 41 msgraph-cli issues
Sort by recently updated
recently updated
newest added

- [x] Establish machine to measuring performance. (16vCPU, 64GB RAM, 1024MB Storage) - [x] Establish baseline performance numbers for `mgc -h` - [ ] Establish target perf numbers - [...

enhancement

I needed to get information about permissions. Followed the doc links for /users and got the incorrect document for my use case.

bug

Feature request. It would be helpful and reduce friction for installation of the Microsoft Graph CLI on Linux / Mac if there were an option to install the CLI via...

enhancement
ToTriage

Distribute the CLI on the supported platforms' package managers in addition to GitHub Releases. - Windows: - [ ] WinGet - [x] ~.NET Tool:~ #174 - MacOS: - [ ]...

ToTriage

- [ ] https://github.com/microsoftgraph/msgraph-cli/issues/361 - [ ] remove quotes from all --output response options - [ ] request for select property e.g. there is no select property on the mgc...

enhancement
User Experience Enhancement

- [x] allow users to change account for subsequent interactivebrowser logins - [x] #354 - [x] #356 - [x] #352 - [ ] #348

User Experience Enhancement

mgc get-logged-in-user command should allow users to get details about their current session. UserId: xxxxx-xxxx-xxxx-xxxx-xxxxxxx ClientId : xxxxx-xxxx-xxxx-xxxx-xxxxxxx TenantId : xxxxx-xxxx-xxxx-xxxx-xxxxxxx CertificateThumbprint : Scopes : {User.ReadWrite.All, Application.ReadWrite.All...} AuthType : Delegated...

enhancement
ToTriage

Commands that create/update objects require users to pass the object to create as a JSON object. This is inconvenient, because it requires users to manually build these strings and properly...

enhancement

See examples with the repetition striked in red. ![Screenshot (246)](https://github.com/microsoftgraph/msgraph-cli/assets/9033456/073021ca-a5ce-4ccf-bf3b-42c785169454) ![Screenshot (247)](https://github.com/microsoftgraph/msgraph-cli/assets/9033456/2daac796-1923-42a5-a760-5ec81fed4880)

User Experience Enhancement

applications list using Graph CLI takes over 2s (sometimes as much as 3.5s) In comparison, the same command using CLI for Microsoft 365 takes 0.675s **NOTE** Ideally, the CLI should...

User Experience Enhancement