@@ -237,23 +237,23 @@ riff init node [flags]
237237#### Options
238238
239239```
240- -h, --help help for node
241- --invoker-version string the version of invoker to use when building containers (default "0.0.6-snapshot")
240+ -h, --help help for node
242241```
243242
244243#### Options inherited from parent commands
245244
246245```
247- -a, --artifact string path to the function artifact, source code or jar file
248- --config string config file (default is $HOME/.riff.yaml)
249- --dry-run print generated function artifacts content to stdout only
250- -f, --filepath string path or directory used for the function resources (defaults to the current directory)
251- --force overwrite existing functions artifacts
252- -i, --input string the name of the input topic (defaults to function name)
253- -n, --name string the name of the function (defaults to the name of the current directory)
254- -o, --output string the name of the output topic (optional)
255- -u, --useraccount string the Docker user account to be used for the image repository (default "current OS user")
256- -v, --version string the version of the function image (default "0.0.1")
246+ -a, --artifact string path to the function artifact, source code or jar file
247+ --config string config file (default is $HOME/.riff.yaml)
248+ --dry-run print generated function artifacts content to stdout only
249+ -f, --filepath string path or directory used for the function resources (defaults to the current directory)
250+ --force overwrite existing functions artifacts
251+ -i, --input string the name of the input topic (defaults to function name)
252+ --invoker-version string the version of the invoker to use when building containers
253+ -n, --name string the name of the function (defaults to the name of the current directory)
254+ -o, --output string the name of the output topic (optional)
255+ -u, --useraccount string the Docker user account to be used for the image repository (default "current OS user")
256+ -v, --version string the version of the function image (default "0.0.1")
257257```
258258
259259#### SEE ALSO
@@ -286,25 +286,25 @@ riff create node [flags]
286286#### Options
287287
288288```
289- -h, --help help for node
290- --invoker-version string the version of invoker to use when building containers (default "0.0.6-snapshot")
291- --namespace string the namespace used for the deployed resources (defaults to kubectl's default)
292- --push push the image to Docker registry
289+ -h, --help help for node
290+ --namespace string the namespace used for the deployed resources (defaults to kubectl's default)
291+ --push push the image to Docker registry
293292```
294293
295294#### Options inherited from parent commands
296295
297296```
298- -a, --artifact string path to the function artifact, source code or jar file
299- --config string config file (default is $HOME/.riff.yaml)
300- --dry-run print generated function artifacts content to stdout only
301- -f, --filepath string path or directory used for the function resources (defaults to the current directory)
302- --force overwrite existing functions artifacts
303- -i, --input string the name of the input topic (defaults to function name)
304- -n, --name string the name of the function (defaults to the name of the current directory)
305- -o, --output string the name of the output topic (optional)
306- -u, --useraccount string the Docker user account to be used for the image repository (default "current OS user")
307- -v, --version string the version of the function image (default "0.0.1")
297+ -a, --artifact string path to the function artifact, source code or jar file
298+ --config string config file (default is $HOME/.riff.yaml)
299+ --dry-run print generated function artifacts content to stdout only
300+ -f, --filepath string path or directory used for the function resources (defaults to the current directory)
301+ --force overwrite existing functions artifacts
302+ -i, --input string the name of the input topic (defaults to function name)
303+ --invoker-version string the version of the invoker to use when building containers
304+ -n, --name string the name of the function (defaults to the name of the current directory)
305+ -o, --output string the name of the output topic (optional)
306+ -u, --useraccount string the Docker user account to be used for the image repository (default "current OS user")
307+ -v, --version string the version of the function image (default "0.0.1")
308308```
309309
310310#### SEE ALSO
0 commit comments