I have code (JS/JSSP) in a repository that I would like to push to my ACC environment through a release pipeline. I believe to do this I first need to have this code packaged in the same format as a typical ACC package do some sort of call to import it into ACC. I was wondering if there are any resources surrounding:
- Creating ACC packages programatically, outside of ACC.
- Pushing the package to ACC (maybe a SOAP call?)
- Possibly checking for diffs in ACC vs what is about to be pushed.
Basically, I want to implement something similar to a version control system.