fdk-java
fdk-java copied to clipboard
Parameter --name missing for example-flow-function
$ 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