Ben Kehoe
Ben Kehoe
This tool is no longer maintained. I would suggest switching to the AWS CLI v2, which now has a command for this, `aws configure export-credentials --profile test-sso --format process`
Hm, I'd rather leave this without the new account id field, and just update line 50 to transfer the fields directly. Then I don't have to worry about whether people...
I'm for this kind of functionality, but why is the module interface template-like (parameters and output, CloudFormation typing), and not resource-like? To my mind, the parameters-and-outputs part should look like...
I created a small shell script to do this: https://gist.github.com/benkehoe/73534b3f59e7ea7de18a1d712173ce07 I still want it natively in the CLI ;-)
I can try! From what I can tell, in `awscli.customizations.sso` I would need to add another parameter, something like `default_value`, to both [`PTKPrompt.get_value`](https://github.com/aws/aws-cli/blob/8a7eaf2afaca66f3f2575ebc54388f306b736b27/awscli/customizations/configure/sso.py#L74)and [`ConfigureSSOCommand._prompt_for`](https://github.com/aws/aws-cli/blob/8a7eaf2afaca66f3f2575ebc54388f306b736b27/awscli/customizations/configure/sso.py#L151), and then use those parameters in...