jf config show

Show stored server configurations. Omit the server ID to list all configured servers.

Synopsis

jf config show [server-id]

Aliases: jf c s

Arguments

ArgumentRequiredDescription
server-idNoShow only this server's configuration

Examples

Show All Configurations

jf config show

Show a Specific Server

jf config show <server-id>

Expected Output

When showing all configurations:

$ jf config show
Server ID:      my-server
JFrog Platform URL:     https://acme.jfrog.io/
Artifactory URL:        https://acme.jfrog.io/artifactory/
Distribution URL:       https://acme.jfrog.io/distribution/
Xray URL:               https://acme.jfrog.io/xray/
Mission Control URL:    https://acme.jfrog.io/mc/
Pipelines URL:          https://acme.jfrog.io/pipelines/
User:                   admin
Default:                true

When showing a specific server, the output includes the same fields for that server only. Sensitive fields (passwords, tokens) are masked.


What’s Next

To switch between servers, see jf config use.