open-url-in-container
open-url-in-container copied to clipboard
aws-vault url
I use a cli tool called aws-vault https://github.com/99designs/aws-vault, that is used to manage AWS account.
it supports a CLI option of providing SSO login URLs to AWS accounts
aws-vault login my-work-account-read-only -s
I'm trying to pass this URL output onto this extension
/Applications/Firefox\ Developer\ Edition.app/Contents/MacOS/firefox 'ext+container:name=my-work-account-read-only &url=<aws-vault url here>'
but nothing i've tried so far works.
pipes, awk, nested functions.
any pointers?