-
Notifications
You must be signed in to change notification settings - Fork 603
Open
Labels
FEATUREFeature RequestsFeature Requests
Description
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
chaitanya-cloudknox, deviantony, dannyneira, JeromeBarres, ayoh1 and 1 more
Metadata
Metadata
Assignees
Labels
FEATUREFeature RequestsFeature Requests