You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you consider a pull request that added a way to make the call to aws-adfs non-interactive. I'm thinking a login argument that has it take accept the password from STDIN (like sudo -S) and another that lets you give the username on the command line.
Thought I'd ask to see if you'd be open to a PR before just diving into the code.
Thanks.
The text was updated successfully, but these errors were encountered:
I think it might be better to just have the stdin argument that takes a username/password pair. So it is one option and you eliminate weird states like having the password passed in but no username. Either separated by a newline, colon, or something similar.
Would you consider a pull request that added a way to make the call to aws-adfs non-interactive. I'm thinking a login argument that has it take accept the password from STDIN (like sudo -S) and another that lets you give the username on the command line.
Thought I'd ask to see if you'd be open to a PR before just diving into the code.
Thanks.
The text was updated successfully, but these errors were encountered: