Add support to print the JFrog CLI Web Login URL in the terminal when we add the server configuration.
Is your feature request related to a problem? Please describe. We can authenticate to the Artifactory server in the terminal with JFrog CLI by using the $ jf c add command. This allows users to configure the CLI directly through the terminal using other authentication methods. Support for printing the auth URL in JFrog CLI for web browser authentication. This enables us to copy and paste it into a remote browser for authentication.
Example: $ jf c add Enter a unique server identifier: tt JFrog Platform URL: http://artifactoryserverurl:port Select one of the following authentication methods: 🐸 Access Token Web Login - if we select the Web Login, it should print the auth URL for web browser authentication Username and Password / Reference token Mutual TLS
Describe the solution you'd like to see Support for printing the auth URL in JFrog CLI for web browser authentication. This enables us to copy and paste it into a remote browser for authentication.