muenzpraeger / salesforce-einstein-platform-apex

Apache License 2.0
88 stars 51 forks source link

Feature request: project packaging #67

Closed pozil closed 6 years ago

pozil commented 6 years ago

Could you consider packaging your project in order to make it easy to integrate into other projects as a dependency?

Right now, we have to deploy it to a scratch org and export/import it as metadata but this is time consuming and does not support versioning. I would love to be able to install a specific version in a project with just one DX command: sfdx force:package:install -i 04xxxxxxxx

Another extra nice-to-have feature would be to separate the core backend wrapper from the Playground UI to lighten up the project.

Pretty please 😍

muenzpraeger commented 6 years ago

UI and SDK are intentionally bound together. Packaging may be an option once DCP are GA.