hi :),
Currently, in order to create the final package, we need to use UXP Dev tools
which is fine if we are working alone or on a small plugin. It would be really helpful if there was a way to create a package without UXP Dev tools
using CLI. This would help to automate the release process for a plugin which are developed by multiple people in a larger corporation.
Example Scenario:
- Team of Developer create most advance and most complex plugin and commit it to git branch eg.
v1.0.0
- Jenkins build is triggered from git branch eg.
v1.0.0
- Package is created and stored somewhere
- Package is automated submitted to Adobe Development Console
-
Party