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
| Argument | Required | Description |
|---|---|---|
server-id | No | Show only this server's configuration |
Examples
Show All Configurations
jf config showShow 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.
Updated about 1 month ago
