/LDNSCall2020Plugin

Salesforce CLI Plug-In for my London's Calling 2020 session.

Primary LanguageTypeScriptMIT LicenseMIT

bbdoc

Bob Buzzard's Salesforce CLI Plugin to allow documentation to be autogenerated from org metadata.

Version Downloads/week License

$ npm install -g bbdoc
$ sfdx COMMAND
running command...
$ sfdx (-v|--version|version)
bbdoc/3.3.0 darwin-x64 node-v11.10.1
$ sfdx --help [COMMAND]
USAGE
  $ sfdx COMMAND
...

sfdx bbdoc:doc -r <string> -s <string> [-c <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

generate documentation for an org

USAGE
  $ sfdx bbdoc:doc -r <string> -s <string> [-c <string>] [--json] [--loglevel 
  trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]

OPTIONS
  -c, --config=config                                                               configuration file

  -r, --report-dir=report-dir                                                       (required) directory to store the
                                                                                    generated report

  -s, --source-dir=source-dir                                                       (required) source directory
                                                                                    containing the org metadata

  --json                                                                            format output as json

  --loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)  [default: warn] logging level for
                                                                                    this command invocation

EXAMPLE
  $ sfdx bbdoc:doc --config ./config/bbdoc-config.jsob --report-dir ./report --source-dir force-app/main/default
  Documenting Org
  Documented Org
  Report generated at report/index.html

See code: lib/commands/bbdoc/doc.js