sfdx-bfo
Version:
Tools to generate the profile and custom labelfolders close to dx format
33 lines (20 loc) • 642 B
Markdown
# onboarding
* install the salesforce cli https://developer.salesforce.com/tools/sfdxcli
* install nodejs
* configure proxy (use setproxy.bat / unsetproxy.bat)
* if unsure , please use your mobile hotspot
* run the command sfdx (it should update itself as long as network connections are not interuppted)
# configure proxy
use setproxy.bat and unsetproxy.bat
# install bfo plugin
sfdx plugins install sfdx-bfo
# run the plugin
## Split files into a folder
To generate only true values
sfdx bfo:split -b true
To generate true and false values
sfdx bfo:split
## Merge files into a folder
sfdx bfo:merge
## doctor
work in progress