msgraph-cli
msgraph-cli copied to clipboard
CLI tool for Microsoft Graph based on .NET
- [x] Establish machine to measuring performance. (16vCPU, 64GB RAM, 1024MB Storage) - [x] Establish baseline performance numbers for `mgc -h` - [ ] Establish target perf numbers - [...
I needed to get information about permissions. Followed the doc links for /users and got the incorrect document for my use case.
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...
Distribute the CLI on the supported platforms' package managers in addition to GitHub Releases. - Windows: - [ ] WinGet - [x] ~.NET Tool:~ #174 - MacOS: - [ ]...
- [ ] 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...
- [x] allow users to change account for subsequent interactivebrowser logins - [x] #354 - [x] #356 - [x] #352 - [ ] #348
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...
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...
See examples with the repetition striked in red.  
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...