Skip to content

Commit

Permalink
Improve repositores code
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <[email protected]>
  • Loading branch information
sverdlov93 committed Oct 13, 2024
1 parent f3a4155 commit fc3baac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions general/ai/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fc3baac

Please sign in to comment.