Hi,
I want to automate aws-mfa login using authenticate as OTP provider.
For that, I need the ability to generate only 1 code that is immediately passed to the upstream command.
That would probably be a bash oneliner, like:
$ authenticator generate -n 1 aws <<< $(echo password) | aws-mfa
From what I can see, this feature is missing.
Thank you.