Press enter to see results or esc to cancel.

List of the awseome SFDX plugins

In this blog post we will see most of the sfdx plugins available. This post covers both the official plugins and unofficial plugins developed by MVPs/Trailblazers/Community members.
This github link provide almost all the sfdx plugins available in the salesforce.

sfdx-plugins-list

I am just listing down all the plugins here.
  1. falcon
  2. sfdx-core
  3. sfdx-plugin-generate
  4. sfdx-command
  5. isvte
  6. sfdx-scanner
  7. sfdmu
  8. sfdx-plugin-lwc-test
  9. @salesforce/analytics
  10. dependency
  11. shane-sfdx-plugins
  12. muenzpraeger/sfdx-plugin
  13. sfdx-waw-plugin
  14. mo-dx-plugin
  15. sfdx-cmdt-plugin
  16. texei-sfdx-plugin
  17. ETCopyData
  18. sfdx-browserforce-plugin
  19. sfdx-migration-automatic
  20. sfdx-devhub-pool
  21. sfdx-toolbox-package-utils
  22. sfpowerkit
  23. soqlx-opener
  24. sfdx-git-packager
  25. JSON-Bourne-SFDX
  26. SFDX Essentials
  27. Flowdoc
  28. sfdx-valkyrie
  29. adp
  30. jayree
Note: While You installing the plugins it might ask you The plugin *Name of the plugin* is not digitally signed do you want to proceed ? In case if you don’t want to get these actions where user inputs required, You can whitelist the plugin names.
We need to add specific file names unsignedPluginWhiteList.json to the cli configuration directory.
In windows machine you can find the directory at these places.
  1. C:Usersusername.configsfdx
  2. %LOCALAPPDATA%sfdx
In my case I can see the second option. where I have created the file with unsignedPluginWhiteList.json and included all the plugin names.
unsignedPluginWhiteList.json
If you want to know more about the whitelisting please refer to the developer blog post
All the credit goes to Shane McLaughlin for keeping all these links at one place. If you know any awesome sfdx plugin please comment below. Thanks for reading.