Create new JFrog Artifactory local repository with JFrog CLI

Viewed 369

How can I create a new Artifactory local repository with JFrog CLI, this means without UI?

I use JFrog CLI version 1.34.0.

many thanks

1 Answers

Update:

Since version 1.39.0 the JFrog CLI supports creating repositories using the repo-create command.

Original Answer:

The CLI does not support this functionality at the moment. You can do it using the Artifactory REST API.

Related