-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
Problem
Every time I run assume
, I have to pass --browser-profile "Work"
to open with my Chrome profile. I wish there was a way to configure this as a default.
If I don't open with this browser profile, Chrome opens in an anonymous profile in a new window. I don't want this, I always want to use my Chrome profile.
Otherwise this makes using assume
verbose for me.
Feature Request
Instead of:
assume -s stepfn some-aws-profile --browser-profile "Work"
I should just be able to run:
assume -s stepfn some-aws-profile
Whether this be configurable as an env var or a setting in ~/.granted/config
, I don't really mind.
I would expect to run:
granted settings set
and have the choice to set the default browser profile.
Metadata
Metadata
Assignees
Labels
No labels