Warp
Warp copied to clipboard
SSH enabled workflows
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 Thanks for this request, Please +1 to help us gauge interest.
I'm gonna add this to our remote connection management github discussion as well. See #422, that's where we're collecting ideas.
#422 The correct number is #442