Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSH enabled workflows #1815

Open
deviantony opened this issue Sep 8, 2022 · 3 comments
Open

SSH enabled workflows #1815

deviantony opened this issue Sep 8, 2022 · 3 comments
Labels
Feature requests Feature Requests

Comments

@deviantony
Copy link

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

@dannyneira
Copy link
Member

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

@elviskahoro
Copy link
Member

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

@warpdotdev-devx warpdotdev-devx bot added the Feature requests Feature Requests label Jan 10, 2023
@dmz2922990
Copy link

#422
The correct number is #442

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature requests Feature Requests
Projects
None yet
Development

No branches or pull requests

4 participants