fdk-java icon indicating copy to clipboard operation
fdk-java copied to clipboard

Parameter --name missing for example-flow-function

Open xasx opened this issue 8 years ago • 0 comments

$ fn init --runtime=java your_dockerhub_account/flow-primes

is apparently missing the --name parameter and the command in its current form thus creates some unwanted sub-directories.

The wanted command is probably

$ fn init --runtime=java --name your_dockerhub_account/flow-primes

xasx avatar Oct 24 '17 08:10 xasx