-
Notifications
You must be signed in to change notification settings - Fork 333
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
Align --with and --include options #6574
Comments
Thoughts @pnp/cli-for-microsoft-365-maintainers? |
Good call 👍 |
Always up to improve consistency 👍 |
yep. Let's keep it consistent! |
Agreed @Adam-it! |
Since this is a breaking change, we can go about it in two ways:
Thoughts @pnp/cli-for-microsoft-365-maintainers? |
I think option 2 will be the most user-friendly one. That way people get notified way ahead about the coming change. |
+1 to that opinion as well |
Can I work on it? |
Thank you @nanddeepn! |
Across our commands we use
--with...
and--include...
options. Since they convey the same intent, it would be more consistent to use one convention throughout. I suggest that we use--with...
since it's easier to write and shorter.entra m365group get --includeSiteUrl
entra m365group list --includeSiteUrl
entra pim role assignment eligibility list --includePrincipalDetails
entra pim role assignment list --includePrincipalDetails
entra pim role request list --includePrincipalDetails
flow list --includeSolutions
flow run get --includeTriggerInformation
graph subscription add --includeResourceData
pp solution publisher list --includeMicrosoftPublishers
purview threatassessment get --includeResults
spo file move --includeItemPermissions
spo hubsite get --includeAssociatedSites
spo hubsite list --includeAssociatedSites
spo list add --includedInMyFilesScope
spo list set --includedInMyFilesScope
spo tenant site list --includeOneDriveSites
spo term list --includeChildTerms
teams chat member add --includeAllHistory
viva engage network list --includeSuspended
The text was updated successfully, but these errors were encountered: