2025-03-14 21:59:59 -06:00
|
|
|
# jf
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
> 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>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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}}/`
|