Setup

Install

The Org Documentor plug-in is published on NPM JS at : https://www.npmjs.com/package/bbdoc

To install the plug-in, execute the following command:

sfdx plugins:install bbdoc

Upgrade

To upgrade the plug-in, execute the following command:

sfdx plugins:update

Note that this will upgrade all plug-ins installed in the CLI. To change the version of the Org Documentor plug-in in isolation, uninstall and reinstall it.

Version

To check which version of the Org Documentor plug-in you have installed, execute the following command:

sfdx plugins

and locate the bbdoc entry in the output, similar to the following:

bbdoc 4.0.1

Uninstall

To uninstall the Org Documentor plug-in, execute the following command:

sfdx plugins:uninstall bbdoc