mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
16 lines
393 B
Markdown
16 lines
393 B
Markdown
# jf
|
|
|
|
> Interact with JFrog products like Artifactory, Xray, Distribution, Pipelines and Mission Control.
|
|
> More information: <https://jfrog.com/help/r/jfrog-cli/usage>.
|
|
|
|
- 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}}/`
|