2

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

Prostagma
  • 1,756
  • 9
  • 21
Mrprimus
  • 59
  • 1
  • 5

1 Answers1

1

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.

Prostagma
  • 1,756
  • 9
  • 21