shunkosa / sfdx-flowdoc-plugin

A Salesforce CLI plugin that generates design document from Lightning Flow (currently Process Builder) metadata
https://flowdoc.herokuapp.com
65 stars 15 forks source link

sfdx plugins:uninstall flowdoc fails #9

Closed pogilvie closed 4 years ago

pogilvie commented 4 years ago
peter: (master):~/Projects/salesforce-> sfdx plugins:uninstall  flowdoc
Uninstalling flowdoc... !
peter: (master):~/Projects/salesforce-> echo $?
2
shunkosa commented 4 years ago

@pogilvie Try sfdx plugins:uninstall sfdx-flowdoc-plugin

pogilvie commented 4 years ago

Yep that worked! Thank you!