mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
522 B
Plaintext
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}}/`
|