-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathoclif.manifest.json
1 lines (1 loc) · 1.31 KB
/
oclif.manifest.json
1
{"version":"1.0.2","commands":{"bbdoc:doc":{"id":"bbdoc:doc","description":"generate documentation for an org","usage":"<%= command.id %> -r <string> -s <string> [-c <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"bbdoc","pluginType":"core","aliases":[],"examples":["$ sfdx bbdoc:doc --config ./config/bbdoc-config.jsob --report-dir ./report --source-dir force-app/main/default\nDocumenting Org\nDocumented Org\nReport generated at report/index.html\n"],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"config":{"name":"config","type":"option","char":"c","description":"configuration file"},"report-dir":{"name":"report-dir","type":"option","char":"r","description":"directory to store the generated report","required":true},"source-dir":{"name":"source-dir","type":"option","char":"s","description":"source directory containing the org metadata","required":true}},"args":[{"name":"file"}]}}}