microsoft / powerplatform-build-tools

Power Platform Build Tools automate common build and deployment tasks related to Power Platform. This includes synchronization of solution metadata (a.k.a. solutions) between development environments and source control, generating build artifacts, deploying to downstream environments, provisioning/de-provisioning of environments, and the ability to perform static analysis checks against your solution using the PowerApps checker service.
MIT License
172 stars 37 forks source link

Add `pac plugin push --pluginId <uniquename>` #928

Closed filcole closed 2 weeks ago

filcole commented 2 weeks ago

We can update a plugin package via

pac plugin push  --pluginId 532b974f-e827-ef11-840a-002248c60dce

However we have to find the GUID via the Plugin Registration Tool (pac tool prt), see screenshot below:

image

It would be more user-friendly to be able to specify the unique name. i.e. something similar to below.

pac plugin push --pluginid xxx_Plugins

Note: The xxx_Plugins just an example name.