From fc3baac56f49adec948a507a88563bf6864fa31b Mon Sep 17 00:00:00 2001 From: Michael Sverdlov Date: Sun, 13 Oct 2024 15:12:59 +0300 Subject: [PATCH] Improve repositores code Signed-off-by: Michael Sverdlov --- general/ai/cli.go | 1 + 1 file changed, 1 insertion(+) diff --git a/general/ai/cli.go b/general/ai/cli.go index 44a62ba6c..f2ca1ab22 100644 --- a/general/ai/cli.go +++ b/general/ai/cli.go @@ -45,6 +45,7 @@ func HowCmd(c *cli.Context) error { } log.Output(coreutils.PrintLink("This AI-powered interface converts natural language inputs into AI-generated JFrog CLI commands.\n" + "For more information about this interface, see https://docs.jfrog-applications.jfrog.io/jfrog-applications/jfrog-cli/cli-ai\n" + + "Try it out by typing a question, such as 'How can I upload all .zip files from user/mylibs/ to the libs-local repository in Artifactory?'\n" + "Note: JFrog AI Assistant is in beta and currently supports primarily Artifactory and Xray commands.\n")) // Ask the user to agree to the terms and conditions. If the user does not agree, the command will not proceed.