I’m work on converting the InDesign scripts that I developed originally in ExtendScript, into a UXP plugin. One reason was to have a better way to distribute those tools in an easier way. With our current codebase, a team member currently needs to use VS Code to clone our repo into their InDesign scripts folder, so that in order to distribute updates, all someone needs to do is just sync their repo when updates have been pushed.
The UXP plugin information had me hopeful we would be able to push updates to the plugin through the Creative Cloud plugins section which would make the initial setup and updates much easier for those who don’t have programming experience ( I am new to programming as well and have learned it specifically for my work ), but the docs say the only two ways to distribute it are publicly on the Exchange Marketplace, or by passing around the .ccx file.
Is there a private way to publish a plugin, the way Unity or Apple Developer allows so that we can utilize the Creative Cloud plugin platform without having to create a public facing marketplace item?