mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 13:15:43 +02:00
jf: add page for JFrog CLI (#10471)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
af6214eda3
commit
09f89a0c7d
1 changed files with 16 additions and 0 deletions
16
pages/common/jf.md
Normal file
16
pages/common/jf.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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}}/`
|
Loading…
Add table
Reference in a new issue