Closed tshemsedinov closed 4 years ago
If we need a command-line interface to remote methods, there's no point in implementing a shell server. There's nothing special in the shell itself that stops us from implementing it as a totally client-side application and we already have a JSTP server. So what we need is a generic command-line JSTP client.
What about SSH, it would be nice to make impress-cli
work with it. Thus, e.g., impress restart
will run locally and impress restart --host metarhia.com
will run through SSH.
@aqrln agreed, having Impress CLI working with JSTP we can do:
Old CLI will be deprecated in v2.x
ssh server will give CLI to RPC @aqrln Do you like this idea?