Usage
m365 pp solution publisher list
Description
Lists Microsoft Power Platform publishers in the specified Power Platform environment.
Options
| Option |
Description |
-e, --environment <environment> |
The name of the environment |
--asAdmin |
Run the command as admin for environments you are not a member of |
Examples
List publishers in the environment named Default-d87a7535-dd31-4437-bfe1-95340acd55c5.
m365 pp solution publisher list --environment Default-d87a7535-dd31-4437-bfe1-95340acd55c5
List publishers in the environment named Default-d87a7535-dd31-4437-bfe1-95340acd55c5 as admin.
m365 pp solution publisher list --environment Default-d87a7535-dd31-4437-bfe1-95340acd55c5 --asAdmin
Additional Info
Depends on #3684 for the PowerPlatform util and Dynamic Permissions.
Can be selected using following snippet:
https://DYNAMICSULR/api/data/v9.0/publishers?$select=publisherid,uniquename,friendlyname,versionnumber,isreadonly,description,customizationprefix,customizationoptionvalueprefix&$filter=publisherid ne d21aab70-79e7-11dd-8874-00188b01e34f&$orderby=friendlyname asc
Since it is a list command, only the publisherid,uniquename,customizationprefix should be shown in text output
Usage
m365 pp solution publisher list
Description
Lists Microsoft Power Platform publishers in the specified Power Platform environment.
Options
-e, --environment <environment>--asAdminExamples
List publishers in the environment named Default-d87a7535-dd31-4437-bfe1-95340acd55c5.
List publishers in the environment named Default-d87a7535-dd31-4437-bfe1-95340acd55c5 as admin.
Additional Info
Depends on #3684 for the PowerPlatform util and Dynamic Permissions.
Can be selected using following snippet:
https://DYNAMICSULR/api/data/v9.0/publishers?$select=publisherid,uniquename,friendlyname,versionnumber,isreadonly,description,customizationprefix,customizationoptionvalueprefix&$filter=publisherid ne d21aab70-79e7-11dd-8874-00188b01e34f&$orderby=friendlyname asc
Since it is a list command, only the
publisherid,uniquename,customizationprefixshould be shown in text output