Replies: 1 comment
-
Agree that it would be more convenient to not have to lookup the guid. In the interim, here's what I've been doing to get the guid without having to launch another tool...
At the prompt, type:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We can update a plugin package via
However we have to find the GUID via the Plugin Registration Tool (
pac tool prt
), see screenshot below: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.
Beta Was this translation helpful? Give feedback.
All reactions