After checking with our support team @svelez, I was able to confirm that we only support deploying scripts that have been defined (e.g. custom db connection scripts and rules) as stated here.
However if you’re up to the task you can automate the tenant setup through the code directly, and leverage the Management API to tackle anything. You could store your configuration as json
files, and then call the appropriate API endpoints passing the data from the json
configs to recreate everything.
I hope this helps answer your question but if you have any more please feel free to ask. Thanks!