Andy Hitchman

Results 2 comments of Andy Hitchman

We also seem to have this issue, although maybe I just misunderstand the `--auto` feature. Debug log attached (slightly redacted---can supply OOB if required). We are using rule sets that...

Here's how I hacked it into nushell: ``` #!/usr/bin/env nu def --env aws-sso-profile [ profile: string ] { let _args = (if ($env.AWS_SSO_HELPER_ARGS? | is-empty) { '-L error' } else...