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

Add support for positional args i.e. after -- #80

Merged
merged 1 commit into from
Jun 14, 2021

Conversation

dmcfarland
Copy link

@dmcfarland dmcfarland commented Jun 10, 2021

Extend support for commands like ssh which use positional arguments i.e.
eiam gcloud compute ssh <tunnel_host> -s <service_account> -R "<reason>" -- -L <localPort>:<targetHost>:<targetPort>

@macleanevans
Copy link

@DoKan3 @dmcfarland How do I verify/test changes in EIAM?

Can I bring this down locally and run a go command to build it and attempt to run a ssh type command with eiam?

@macleanevans macleanevans requested review from a team, asevans, DoKan3 and michaelrode and removed request for a team June 10, 2021 21:20
@DoKan3
Copy link
Contributor

DoKan3 commented Jun 10, 2021

@DoKan3 @dmcfarland How do I verify/test changes in EIAM?

Can I bring this down locally and run a go command to build it and attempt to run a ssh type command with eiam?

You can build the binary locally by running go build . at the root of the repo

@DoKan3 DoKan3 merged commit d1ca7ec into main Jun 14, 2021
@DoKan3 DoKan3 deleted the add-gcloud-ssh-tunneling-support branch June 14, 2021 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants