mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 08:57:08 +00:00
Update cheatsheets
This commit is contained in:
21
jf
Normal file
21
jf
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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-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}}/`
|
||||
Reference in New Issue
Block a user