would be nice to be able to do
spring init --target=https://some.custom.initializer.service.com/ -x -d=dep1,dep2,dep3.... --custom-args="a=1,b=2" my-new-project
and then have spring cli init send them to the target in Http either in Headers or in the payload
Request.Headers.X-CustomArgs "a=1,b=2"
Comment From: philwebb
Thanks for the suggestion but we're trying to keep changes to the CLI to a minimum. For your specific use-case I wonder if a CLI extension might work. You could copy the code from InitCommand and add additional custom options.