mshanemc / deploy-to-sfdx

the power behind hands-on workshops, demo booths, and platform trial
BSD 3-Clause "New" or "Revised" License
88 stars 43 forks source link

Readme updates and BYOO orgInit.sh logic update #86

Closed davidlarrimore closed 3 years ago

davidlarrimore commented 4 years ago

After several attempts to install the deployer, I made some small tweaks to the readme file to help the next person who forks the project.

I have additionally, updated the PrepLocalRepo.ts > prepOrgInit function to default to the orgInitDefault commands if the byooInit.sh and orgInit.sh files are not found in the source template.

mshanemc commented 3 years ago

I kinda did this all manually. Your code changes I did differently, but it accomplishes the same thing (hopefully). https://github.com/mshanemc/deploy-to-sfdx/blob/aeb58b69099c439e775148bc05df070d513b2317/src/server/lib/prepLocalRepo.ts#L59

I got most of your README stuff into the current version--there's more byoo setup help since you're not the only one who struggled a bit with trying to guess the required oauth scopes :)