Warp icon indicating copy to clipboard operation
Warp copied to clipboard

SSH enabled workflows

Open deviantony opened this issue 3 years ago • 2 comments

Discord username (optional)

No response

Describe the solution you'd like?

It would be really nice to have a workflow that supports interactive SSH as a base.

For example, I could define the following workflow commands:


command: |-
    ssh user@machine
    curl http://file.mydomain.tld > /tmp/file
    cat /tmp/file

The first step of the workflow would be to create a SSH session and the second and third step would be executed in the SSH session.

Unless I'm mistaken, as the first command is opening an interactive SSH session, the other two commands won't be executed until the first one returns/exits.

Or even better, allow us to use workflows on a remote SSH environment !

Amazing tool by the way!



### Is your feature request related to a problem? Please describe.

```text
Just making it easier to reproduce commands on a remote environment.

Additional context

No response

How important is this feature to you?

4

Warp Internal (ignore) - linear-label:770f6576-d6c0-4e4f-a259-fc64b5156087

No response

deviantony avatar Sep 08 '22 14:09 deviantony

@deviantony Thanks for this request, Please +1 to help us gauge interest.

dannyneira avatar Sep 08 '22 23:09 dannyneira

I'm gonna add this to our remote connection management github discussion as well. See #422, that's where we're collecting ideas.

elviskahoro avatar Sep 20 '22 17:09 elviskahoro

#422 The correct number is #442

dmz2922990 avatar Jun 25 '23 08:06 dmz2922990