Usage
m365 pp solution list
Description
Lists solutions in given environment
Options
| Option |
Description |
-e, --environment <environment> |
The name of the environment to list all solutions for |
Examples
List all solutions for the given environment
m365 pp solution list -e "Default-2ca3eaa5-140f-4175-8261-3272edf9f339"
Additional Info
Have a look at #3653 to see how to retrieve the required org URL.
https://ORGURL/api/data/v9.0/solutions?%24expand=publisherid&%24filter=(isvisible%20eq%20true)&%24orderby=createdon%20desc
⚠️Unsure if we need to filter on isvisible
Some background info on https://docs.microsoft.com/en-us/power-apps/developer/data-platform/webapi/query-metadata-web-api and you can find the query call by navigating in the UI and capture the traffic.
As a list command the following properties should be part of the output when using text output: Name, version, Created
Usage
m365 pp solution list
Description
Lists solutions in given environment
Options
-e, --environment <environment>Examples
List all solutions for the given environment
m365 pp solution list -e "Default-2ca3eaa5-140f-4175-8261-3272edf9f339"Additional Info
Have a look at #3653 to see how to retrieve the required org URL.
https://ORGURL/api/data/v9.0/solutions?%24expand=publisherid&%24filter=(isvisible%20eq%20true)&%24orderby=createdon%20descSome background info on https://docs.microsoft.com/en-us/power-apps/developer/data-platform/webapi/query-metadata-web-api and you can find the query call by navigating in the UI and capture the traffic.
As a
listcommand the following properties should be part of the output when usingtextoutput:Name, version, Created