🎯 Aim
The aim is to add --withPermissions option to spo web get command.
When used CLI should return associated roles and permissions.
🤔 Example
Similar functionality was already developed in spo list get command so we may use it as an example.
🔍 What might be used to achieve this
list permissions on web level
.../_api/web/RoleAssignments?$expand=Member,RoleDefinitionBindings
Parent issue
#3972
🎯 Aim
The aim is to add
--withPermissionsoption tospo web getcommand.When used CLI should return associated roles and permissions.
🤔 Example
Similar functionality was already developed in
spo list getcommand so we may use it as an example.🔍 What might be used to achieve this
list permissions on web level
Parent issue
#3972