Aaron Turner

Results 57 comments of Aaron Turner

Thanks for the feedback @ymatsiuk . I definitely see how this could be annoying. I'm not familiar with Nix so will have to dig into this a bit more before...

There are a few things I'm trying to balance: 1. Try to avoid adding more flags/config options to aws-sso as much as possible. It's a bit over-complicated as it is....

@ymatsiuk : LMK if this PR works for you. If you'd like a binary to test, let me know your OS/platform.

@ymatsiuk Yeah, I was a little quick on the trigger, but it's merged and released. Enjoy. :)

Setup doesn't work at all using git/shell: ``` ./aws-sso-1.5.1-windows-amd64.exe --config foo.yaml level=warning msg="No config file found! Will now prompt you for a basic config..." v SSO Instance Name (DefaultSSO): |Default...

Setup kinda works with powershell, but some of the questions are doubled up. Also promptui.Select entries are lost completely, per: https://github.com/manifoldco/promptui/issues/180

`posener/complete` is completely broken in PowerShell. basically unusable. :( Complete works fine in `cmd`, but get the following warning which seems to not cause any problems? ``` level=warning msg="Unable to...

Windows we need to run `set` (not `setx`) commands, but you can't just `exec.Command('set', ...)` because it's a built in and not in the path? Apparently, typically you write these...

https://keybase.io/synfinatic

this seems related to or a duplicate of #91. To answer your question of why `aws-sso` needs to still be running is because it is starting a child process (in...