Avatar

Level 2

@Urs_Bollerhow about writing an "installation" or "update" script using Adobe I/O CLI?

You can ask users to 1) create credentials in Console and generate a file, 2) run your script to install or to update the app using those credentials.

Other than bash script, this can also be done with GitHub actions -- see https://github.com/AdobeDocs/project-firefly/blob/master/guides/ci_cd_for_firefly_apps.md for some of the OOTB shared GitHub actions that we have created! The users just need to set up the GitHub actions with their credentials and run it.