@@ -237,23 +237,23 @@ riff init node [flags]
237
237
#### Options
238
238
239
239
```
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
242
241
```
243
242
244
243
#### Options inherited from parent commands
245
244
246
245
```
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")
257
257
```
258
258
259
259
#### SEE ALSO
@@ -286,25 +286,25 @@ riff create node [flags]
286
286
#### Options
287
287
288
288
```
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
293
292
```
294
293
295
294
#### Options inherited from parent commands
296
295
297
296
```
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")
308
308
```
309
309
310
310
#### SEE ALSO
0 commit comments