granted
granted copied to clipboard
Allow specifying destination profile with `assume --export`
Right now the command assume some-profile --export stores the temporary credentials in .aws/credentials into profile some-profile-tmp.
Would be a nice to have feature to be able to specify the target profile. Maybe something like assume some-profile --export other-profile.
This would help a lot with existing tools that are using hardcoded profiles. Ideally it should also be possible to store the temporary credentials in the default profile.
this would be very useful👍🏻