-
Notifications
You must be signed in to change notification settings - Fork 821
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 --stdout
option to aws-vault exec
#819
Conversation
Maybe the cli option should be |
d0cf5b5
to
11f3dcc
Compare
hi @m4yankpomelo it looks like Github is still waiting on some action from a maintainer for "1 workflow"? |
Accidentally approved, apologies :) |
@lsowen could you merge it? |
No, it needs review and approval by a project member |
hi @mtibben do you have any availability to review this PR? |
@lsowen I think it would be best to make this consistent with |
11f3dcc
to
eaa7c67
Compare
By default `aws-vault` opens the the AWS SSO link in the user's default browser, but specifying `--stdout` will only print the AWS SSO link to the terminal, allowing the user to open the link in a non-default way (eg firefox profile, on a different machine, etc)
eaa7c67
to
b3a9a23
Compare
--no-browser
option to aws-vault exec
--stdout
option to aws-vault exec
@mtibben updated the PR from |
By default
aws-vault
opens the the AWS SSO link in the user'sdefault browser, but specifying
--no-browser
will only printthe AWS SSO link to the terminal, allowing the user to open
the link in a non-default way (eg firefox profile, on a different
machine, etc)
Fixes #678