Closed kfollmer24 closed 5 years ago
Based on the code, you can do this:
python csv-export.py --mfa_code 'blah-balh'
Or you can set an environment variable to do this:
export RH_MFA='blah blah'
After testing this, exporting an environment variable works but not passing it through the command line.
Fixed wth #40. Thanks @s-rajaraman!