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

RfE: Allow to execute remote commands with jx rsh #1469

Closed
ascheman opened this issue Aug 12, 2018 · 1 comment
Closed

RfE: Allow to execute remote commands with jx rsh #1469

ascheman opened this issue Aug 12, 2018 · 1 comment

Comments

@ascheman
Copy link

Summary

The command rsh should work like ssh or rsh and execute a remote command.

Expected behavior

Run commands in the target Pod/Container with a command jx rsh -e 'mvn clean compile'.

I have already prepared a prototype implementation. It is necessary to provide the full command in quotes.

An alternative could be to append arbitrary commands with a double dash (--).

ascheman added a commit to ascheman/jx that referenced this issue Aug 12, 2018
@ascheman
Copy link
Author

Thanks for merging!

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

1 participant