Files
2025-12-22 00:22:43 +00:00

22 lines
522 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}/`