Skip to content

Commit

Permalink
Add change log
Browse files Browse the repository at this point in the history
  • Loading branch information
calebkiage committed Nov 19, 2023
1 parent b43bafd commit 07c3bae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

## [1.0.0] - 2023-11-20

### Added

- Added `me` command. Use `mgc me get` to fetch the currently logged in user.

### Changed

## [1.0.0-rc.2] - 2023-10-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ Add -h to your command to view information that contains documentation links wit
## Check logged in user
You can access the your user's details using:
```bash
mgc users get --user-id '[email protected]'
mgc me get
```

This will also display your User ID which is required for many queries involving your user (the "me" concept has been removed from Microsoft Graph CLI).
Expand Down

0 comments on commit 07c3bae

Please sign in to comment.