Skip to content

Commit

Permalink
Add login command documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed Feb 20, 2024
1 parent f125c11 commit fa30b5d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit fa30b5d

Please sign in to comment.