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: skip hosting selection prompt when --domain flag is explicitly set
When users pass --domain flag (e.g., --domain https://eu.infisical.com),
the CLI should use that domain directly without prompting for hosting
selection. Previously, the hosting selection prompt would still appear
even when --domain was explicitly provided with EU/US cloud URLs.
This fix checks if the --domain flag was explicitly changed by the user
and if so, uses that domain directly without prompting.
Co-Authored-By: Vlad Matsiiako <[email protected]>
0 commit comments