You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): respect --profile flag by lazily evaluating default profile name
The CommonCommandOptions schema was evaluating the default profile name
at module load time, which caused the --profile option to be ignored.
Changed to use an optional string with a .transform() to lazily
evaluate the default only when needed.
Fixes#2542
0 commit comments