diff --git a/jfrog-applications/.gitbook/assets/login-page.png b/jfrog-applications/.gitbook/assets/login-page.png new file mode 100644 index 0000000..8f133de Binary files /dev/null and b/jfrog-applications/.gitbook/assets/login-page.png differ diff --git a/jfrog-applications/.gitbook/assets/login-successful.png b/jfrog-applications/.gitbook/assets/login-successful.png new file mode 100644 index 0000000..6390fc9 Binary files /dev/null and b/jfrog-applications/.gitbook/assets/login-successful.png differ diff --git a/jfrog-applications/jfrog-cli/get-started/configurations/jfrog-platform-configuration.md b/jfrog-applications/jfrog-cli/get-started/configurations/jfrog-platform-configuration.md index ddee184..72b9e4a 100644 --- a/jfrog-applications/jfrog-cli/get-started/configurations/jfrog-platform-configuration.md +++ b/jfrog-applications/jfrog-cli/get-started/configurations/jfrog-platform-configuration.md @@ -1,5 +1,13 @@ # JFrog Platform Configuration +## Web Login to the JFrog Platform + +You can use the `jf login` command to authenticate with the JFrog Platform through the web browser. +This command is solely interactive, meaning it does not receive any options and cannot be used in a CI server. + +![](../../../.gitbook/assets/login-page.png) +![](../../../.gitbook/assets/login-successful.png) + ## Adding and Editing Configured Servers The **config add** and **config edit** commands are used to add and edit JFrog Platform server configuration, stored in JFrog CLI's configuration storage. These configured servers can be used by the other commands. The configured servers' details can be overridden per command by passing in alternative values for the URL and login credentials. The values configured are saved in file under the JFrog CLI home directory.