HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

jf — Interact with JFrog products like Artifactory, Xray, Distribution, Pipelines, and Mission Control. M

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandjfrogjflikeproductsinteractcliwith

Problem

How to use the jf command: Interact with JFrog products like Artifactory, Xray, Distribution, Pipelines, and Mission Control. More information: <https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/jfrog-cli>.

Solution

jf — Interact with JFrog products like Artifactory, Xray, Distribution, Pipelines, and Mission Control. More information: <https://jfrog.com/help/r/jfrog-applications-and-cli-documentation/jfrog-cli>.

Add a new configuration:
jf config add


Show the current configuration:
jf config show


Search for artifacts within the given repository and directory:
jf rt search --recursive {{repostiory_name}}/{{path}}/

Code Snippets

Add a new configuration

jf config add

Show the current configuration

jf config show

Search for artifacts within the given repository and directory

jf rt search --recursive {{repostiory_name}}/{{path}}/

Context

tldr-pages: common/jf

Revisions (0)

No revisions yet.