clever-tools icon indicating copy to clipboard operation
clever-tools copied to clipboard

Add a `run` command to the cli

Open gmolveau opened this issue 6 years ago • 1 comments

It would be useful to run directly a command on a specific app instead of having to log with ssh then run the command, if it's possible :)

gmolveau avatar Feb 11 '19 16:02 gmolveau

This is (now?) possible through a pipe, maybe it could be documented somewhere:

echo whoami | clever ssh --alias your-app-alias
[…]
bas

bas is the name of the user.

Keirua avatar Nov 16 '21 10:11 Keirua