Executing Spring Shell over Python Subprocess
Clash Royale CLAN TAG#URR8PPP
Executing Spring Shell over Python Subprocess
i was finding a way in executing "remotely" a command that was defined using Spring Shell. I am finding resources but it seems i can't find any. Consider the use case below.
I have a Spring Shell application which has several commands defined(i.e <command> <--first-param> <--second-param>
). Then i want to execute that command inside a python code much like how paramiko will used in executing a command in say Linux.
<command> <--first-param> <--second-param>
Basically, i want to execute a command in spring shell remotely. Any ideas would be highly appreciated.
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.