0

I want to create a repository with command line by providing all arguments to create it without any question by prompt.

My config.json:

{
  "name": "test",
  "model": "test",
  "datasource": "db",
  "repositoryBaseClass": "DefaultCrudRepository",
  "skipInstall": true
}

My command line to create datasource:

lb4 repository --config config.json

But still prompting me this:

> lb4 repository --config config.json
? Please select the repository base class (Use arrow keys)
❯ DefaultCrudRepository (Juggler bridge) 
  ----- Custom Repositories -----
canmustu
  • 1,426
  • 2
  • 16
  • 28

0 Answers0