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

Is Local Command Execution supported? #52

Open
neidiom opened this issue Dec 29, 2021 · 1 comment
Open

Is Local Command Execution supported? #52

neidiom opened this issue Dec 29, 2021 · 1 comment

Comments

@neidiom
Copy link

neidiom commented Dec 29, 2021

In the docs everything is executed via Remote Command Execution/SSH but is there a way to do execution on the localhost?

@pblesi
Copy link
Contributor

pblesi commented Dec 29, 2021

Yes. There are a few different ways to perform local command execution. The first is to set the target server for SSH command to be localhost/127.0.0.1. The second is to use the tmux_command to execute the command in a local tmux pane (See also Tmux Layouts. The third way is to use ruby_command to execute a command using custom Ruby.

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

No branches or pull requests

2 participants