2
votes

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
You have to try first and share codes so community can help you better. - Kamal Panhwar
@KamalPanhwar How would one describe this with code? - lindhe
seem my mistake it is command-line client, I thought some sort of programming or coding. - Kamal Panhwar

1 Answers

1
votes

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.