Aaron Turner
Aaron Turner
For this use case you might just try using `--url-action=print` and let the user copy & paste the URL into their local browser.
you can indeed export the `AWS_*` environment variables and pass that in via the environment or mount it as `~/.aws/credentials`, but you won't be able to refresh the IAM credentials...
also, I should mention, if you want to do the environmental variable route `aws-sso eval` would likely be easier than doing the `env | grep` trick.
not completely without a browser, but interesting. https://www.brow.sh/
So far so good? Everything seems to work I've tested. Still need to test low fuel.
Can you provide an example of another command which calls another command in this manner and supports auto-completion?
opened: https://github.com/WillAbides/kongplete/issues/21
So this is more complicated than initially expected: 1. Need to listen on 0.0.0.0 for docker port forwarding to work (easy) 2. Need to pass in the bearer token and...
Yeah I've been thinking about this myself. The thing that I don't have a good handle on is that roles can have lots of tags and I don't want the...
So is the general consensus that `:` the correct output format? @Moulick: What would `{{ .Tags.xyz }}` output?