This pull request introduces an additional step to the add command prompts. It includes a new prompt asking for the MFA Device ARN, streamlining the process for profiles with MFA enabled without manual addition to the AWS config file.
Proposed Changes
Added a new prompt during the add command execution:
Enter MFA Device ARN (If MFA is not enabled, leave this blank):
Reasoning
The inclusion of this prompt simplifies the configuration process for users that have MFA, eliminating the manual step of adding the MFA Device ARN to the AWS config file.
Adding MFA Device ARN Prompt to 'add' Command
Description
This pull request introduces an additional step to the
add
command prompts. It includes a new prompt asking for the MFA Device ARN, streamlining the process for profiles with MFA enabled without manual addition to the AWS config file.Proposed Changes
Added a new prompt during the
add
command execution:Enter MFA Device ARN (If MFA is not enabled, leave this blank):
Reasoning
The inclusion of this prompt simplifies the configuration process for users that have MFA, eliminating the manual step of adding the MFA Device ARN to the AWS config file.