mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-17 23:55:43 +02:00
17 lines
370 B
Markdown
17 lines
370 B
Markdown
![]() |
# jf
|
||
|
|
||
|
> 与 JFrog 产品进行交互,比如 Artifactory、Xray、Distribution、Pipelines 和 Mission Control。
|
||
|
> 更多信息:<https://jfrog.com/help/r/jfrog-cli/usage>.
|
||
|
|
||
|
- 添加一个新配置:
|
||
|
|
||
|
`jf config add`
|
||
|
|
||
|
- 显示当前配置:
|
||
|
|
||
|
`jf config show`
|
||
|
|
||
|
- 在给定的仓库和目录中搜索制品:
|
||
|
|
||
|
`jf rt search --recursive {{仓库名称}}/{{路径}}/`
|