@@ -142,24 +142,24 @@ riff init java [flags]
142142#### Options
143143
144144```
145- --handler string the fully qualified class name or bean name of the function handler (default "functions.{{ .TitleCase .FunctionName }}")
146- -h, --help help for java
147- --invoker-version string the version of invoker to use when building containers (default "0.0.6-snapshot")
145+ --handler string the fully qualified class name or bean name of the function handler (default "functions.{{ .TitleCase .FunctionName }}")
146+ -h, --help help for java
148147```
149148
150149#### Options inherited from parent commands
151150
152151```
153- -a, --artifact string path to the function artifact, source code or jar file
154- --config string config file (default is $HOME/.riff.yaml)
155- --dry-run print generated function artifacts content to stdout only
156- -f, --filepath string path or directory used for the function resources (defaults to the current directory)
157- --force overwrite existing functions artifacts
158- -i, --input string the name of the input topic (defaults to function name)
159- -n, --name string the name of the function (defaults to the name of the current directory)
160- -o, --output string the name of the output topic (optional)
161- -u, --useraccount string the Docker user account to be used for the image repository (default "current OS user")
162- -v, --version string the version of the function image (default "0.0.1")
152+ -a, --artifact string path to the function artifact, source code or jar file
153+ --config string config file (default is $HOME/.riff.yaml)
154+ --dry-run print generated function artifacts content to stdout only
155+ -f, --filepath string path or directory used for the function resources (defaults to the current directory)
156+ --force overwrite existing functions artifacts
157+ -i, --input string the name of the input topic (defaults to function name)
158+ --invoker-version string the version of the invoker to use when building containers
159+ -n, --name string the name of the function (defaults to the name of the current directory)
160+ -o, --output string the name of the output topic (optional)
161+ -u, --useraccount string the Docker user account to be used for the image repository (default "current OS user")
162+ -v, --version string the version of the function image (default "0.0.1")
163163```
164164
165165#### SEE ALSO
@@ -194,26 +194,26 @@ riff create java [flags]
194194#### Options
195195
196196```
197- --handler string the fully qualified class name or bean name of the function handler (default "functions.{{ .TitleCase .FunctionName }}")
198- -h, --help help for java
199- --invoker-version string the version of invoker to use when building containers (default "0.0.6-snapshot")
200- --namespace string the namespace used for the deployed resources (defaults to kubectl's default)
201- --push push the image to Docker registry
197+ --handler string the fully qualified class name or bean name of the function handler (default "functions.{{ .TitleCase .FunctionName }}")
198+ -h, --help help for java
199+ --namespace string the namespace used for the deployed resources (defaults to kubectl's default)
200+ --push push the image to Docker registry
202201```
203202
204203#### Options inherited from parent commands
205204
206205```
207- -a, --artifact string path to the function artifact, source code or jar file
208- --config string config file (default is $HOME/.riff.yaml)
209- --dry-run print generated function artifacts content to stdout only
210- -f, --filepath string path or directory used for the function resources (defaults to the current directory)
211- --force overwrite existing functions artifacts
212- -i, --input string the name of the input topic (defaults to function name)
213- -n, --name string the name of the function (defaults to the name of the current directory)
214- -o, --output string the name of the output topic (optional)
215- -u, --useraccount string the Docker user account to be used for the image repository (default "current OS user")
216- -v, --version string the version of the function image (default "0.0.1")
206+ -a, --artifact string path to the function artifact, source code or jar file
207+ --config string config file (default is $HOME/.riff.yaml)
208+ --dry-run print generated function artifacts content to stdout only
209+ -f, --filepath string path or directory used for the function resources (defaults to the current directory)
210+ --force overwrite existing functions artifacts
211+ -i, --input string the name of the input topic (defaults to function name)
212+ --invoker-version string the version of the invoker to use when building containers
213+ -n, --name string the name of the function (defaults to the name of the current directory)
214+ -o, --output string the name of the output topic (optional)
215+ -u, --useraccount string the Docker user account to be used for the image repository (default "current OS user")
216+ -v, --version string the version of the function image (default "0.0.1")
217217```
218218
219219#### SEE ALSO
0 commit comments