-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make spo user get command return current user if no arguments are provided #5514
Conversation
Awesome 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Vedu1996 great start so far.
I've made a few comments along the way, could you have a look at them, please?
Also, let's add an example to the docs so people know how they can use this enhancement.
Hi, @Vedu1996 seems like this PR has some merge conflicts. Could you rebase it with the latest P.S. I also noticed you forgot to add the example to the docs page. |
2500318
to
2b941dc
Compare
Hey @milanholemans , I've rebased. Added an example in docs as well. Thanks! |
Thanks, will do another approval round soon! |
Hi @Vedu1996, seems like the code coverage of the file didn't succeed. Could you have a look at it? |
I ran the coverage locally, and for some reason it is failing in fsUtil.ts, and then the other files are not tested for coverage. Could you let me know how can I fix it please? |
Yeah, you can totally ignore the fsutils. Just pay attention to the files you modified. |
I'll build the app and have a look, thanks |
My bad, didnt run the build before testing. The missing test was actually because I messed up my rebase, I fixed it now. |
Hey, is there something I'm missing on my side? Just checking because I just noticed this PR hasnt been merged yet :) |
Hey @Vedu1996, pardon for the wait. We currently have a heavy load of PRs to process so we'll try our best to process this one as soon as we can. |
Hey, no worries, I was concerned that it there was something wrong with my
pr
…On Sun, 8 Oct, 2023, 21:01 Jasey Waegebaert, ***@***.***> wrote:
Hey @Vedu1996 <https://github.com/Vedu1996>, pardon for the wait. We
currently have a heavy load of PRs to process so we'll try our best to
process this one as soon as we can.
—
Reply to this email directly, view it on GitHub
<#5514 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGYSWADICTSEGWPEQFC63WLX6LBMLAVCNFSM6AAAAAA5EA6KICVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJSGA3DOMJQGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi @Vedu1996, like Jasey mentioned, we had quite a hectic period because of our new major release. Additionally, I haven't had much time in recent weeks. I will try to take a look at it soon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! Looks good to me! Thank you for your contribution!
I rephrased one small thing while merging.
@@ -49,6 +49,11 @@ Get user by login name for a web | |||
```sh | |||
m365 spo user get --webUrl https://contoso.sharepoint.com/sites/project-x --loginName "i:0#.f|membership|[email protected]" | |||
``` | |||
Get user logged-in currently |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Get user logged-in currently | |
Get the currently logged-in user |
Thank you very much for this enhancement @Vedu1996! It was a pleasure working with you and we hope to see you again on this project. |
Hey @milanholemans , thanks a lot! |
Fixes #5513