From 09f89a0c7dc0cc0bb326aabedd8103c1c8ce93c2 Mon Sep 17 00:00:00 2001 From: Roland Date: Wed, 16 Aug 2023 11:04:27 -0600 Subject: [PATCH] jf: add page for JFrog CLI (#10471) Co-authored-by: K.B.Dharun Krishna Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/jf.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/jf.md diff --git a/pages/common/jf.md b/pages/common/jf.md new file mode 100644 index 000000000..bb2d9e81c --- /dev/null +++ b/pages/common/jf.md @@ -0,0 +1,16 @@ +# jf + +> Interact with JFrog products like Artifactory, Xray, Distribution, Pipelines and Mission Control. +> More information: . + +- 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}}/`