goliatone / poke-repl

Remote REPL client and server
MIT License
0 stars 0 forks source link

Add support for remote commands #8

Open goliatone opened 7 years ago

goliatone commented 7 years ago

Provide a mechanism to simply execute remote commands without creating a REPL session (?)

goliatone commented 7 years ago

Do we need this? Do we want to reimplement something like simple-ssh or flightplan? A la python's fabric?

Or we want to offer a shortcut to poke-repl -h 54.90.39.124 -e "cli command -arg 23"?