I just found out that I can use remote_api_shell.py to interactively run commands in my remote applications.
I would like to use this feature to create local scripts that generate reports with data from a remote database.
I expected that I could execute a command, for example:
remote_api_shell.py my-app-id --script usageReport.py
But I do not see any parameters in the remote_api_shell.py file that will be used to enter the python script. Is it possible?
source share