Introduce a new settings called autoOpenLinksInBrowser which will be of boolean value (true / false) in the CLI Configuration Settiings
There are commands which is currently showing the URL in the console. End user is expected to copy and paste the URL in the window.
With this enhancement, if the settings value is true, CLI will open the browser automatically.
If the settings value is false, the current behavior will be continued as is.
Following are the commands which we have identified where the settings will be applicable
Default value of the settings will be false.
Introduce a new settings called
autoOpenLinksInBrowserwhich will be of boolean value (true / false) in the CLI Configuration SettiingsThere are commands which is currently showing the URL in the console. End user is expected to copy and paste the URL in the window.
With this enhancement, if the settings value is
true, CLI will open the browser automatically.If the settings value is
false, the current behavior will be continued as is.Following are the commands which we have identified where the settings will be applicable
Default value of the settings will be
false.