Skip to content

SSH enabled workflows #1815

@deviantony

Description

@deviantony

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    FEATUREFeature Requests

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions