SalesforceCommerceCloud / sfcc-ci

Salesforce Commerce Cloud CLI
https://npmjs.com/package/sfcc-ci
BSD 3-Clause "New" or "Revised" License
229 stars 91 forks source link

Use promises and async/await #46

Open hnestmann opened 5 years ago

hnestmann commented 5 years ago

Some modules are implemented using callback, which makes it hard to follow the order of execution when reading the code

tobiaslohr commented 5 years ago

Originally suggested by @hnestmann in https://github.com/SalesforceCommerceCloud/sfcc-ci/pull/45