The requirement to develop an application (say abc) which depends on splunk_app_db_connect app (available on the splunk applications repo).
When I package abc, I specify splunk_app_db_connect as dependency in the app.manifest file.
My expectation is that when I try to install 'abc' using the tar.gz file, it should automatically install db_connect app automatically. But it does not.
Is there a way around it? It will be beneficial if app 'abc' and all dependencies can be bundled together and given as single tar to the end user.