Skip to content
This repository was archived by the owner on Mar 13, 2021. It is now read-only.

Commit e76883d

Browse files
trisbergdsyer
authored andcommitted
Doc fixes to catch up with the 0.0.6 release of riff
1 parent a2a5686 commit e76883d

File tree

3 files changed

+56
-56
lines changed

3 files changed

+56
-56
lines changed

README.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -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

docs/riff_create_java.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,26 @@ riff create java [flags]
2121
### Options
2222

2323
```
24-
--handler string the fully qualified class name or bean name of the function handler (default "functions.{{ .TitleCase .FunctionName }}")
25-
-h, --help help for java
26-
--invoker-version string the version of invoker to use when building containers (default "0.0.6-snapshot")
27-
--namespace string the namespace used for the deployed resources (defaults to kubectl's default)
28-
--push push the image to Docker registry
24+
--handler string the fully qualified class name or bean name of the function handler (default "functions.{{ .TitleCase .FunctionName }}")
25+
-h, --help help for java
26+
--namespace string the namespace used for the deployed resources (defaults to kubectl's default)
27+
--push push the image to Docker registry
2928
```
3029

3130
### Options inherited from parent commands
3231

3332
```
34-
-a, --artifact string path to the function artifact, source code or jar file
35-
--config string config file (default is $HOME/.riff.yaml)
36-
--dry-run print generated function artifacts content to stdout only
37-
-f, --filepath string path or directory used for the function resources (defaults to the current directory)
38-
--force overwrite existing functions artifacts
39-
-i, --input string the name of the input topic (defaults to function name)
40-
-n, --name string the name of the function (defaults to the name of the current directory)
41-
-o, --output string the name of the output topic (optional)
42-
-u, --useraccount string the Docker user account to be used for the image repository (default "current OS user")
43-
-v, --version string the version of the function image (default "0.0.1")
33+
-a, --artifact string path to the function artifact, source code or jar file
34+
--config string config file (default is $HOME/.riff.yaml)
35+
--dry-run print generated function artifacts content to stdout only
36+
-f, --filepath string path or directory used for the function resources (defaults to the current directory)
37+
--force overwrite existing functions artifacts
38+
-i, --input string the name of the input topic (defaults to function name)
39+
--invoker-version string the version of the invoker to use when building containers
40+
-n, --name string the name of the function (defaults to the name of the current directory)
41+
-o, --output string the name of the output topic (optional)
42+
-u, --useraccount string the Docker user account to be used for the image repository (default "current OS user")
43+
-v, --version string the version of the function image (default "0.0.1")
4444
```
4545

4646
### SEE ALSO

docs/riff_init_java.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,24 @@ riff init java [flags]
2121
### Options
2222

2323
```
24-
--handler string the fully qualified class name or bean name of the function handler (default "functions.{{ .TitleCase .FunctionName }}")
25-
-h, --help help for java
26-
--invoker-version string the version of invoker to use when building containers (default "0.0.6-snapshot")
24+
--handler string the fully qualified class name or bean name of the function handler (default "functions.{{ .TitleCase .FunctionName }}")
25+
-h, --help help for java
2726
```
2827

2928
### Options inherited from parent commands
3029

3130
```
32-
-a, --artifact string path to the function artifact, source code or jar file
33-
--config string config file (default is $HOME/.riff.yaml)
34-
--dry-run print generated function artifacts content to stdout only
35-
-f, --filepath string path or directory used for the function resources (defaults to the current directory)
36-
--force overwrite existing functions artifacts
37-
-i, --input string the name of the input topic (defaults to function name)
38-
-n, --name string the name of the function (defaults to the name of the current directory)
39-
-o, --output string the name of the output topic (optional)
40-
-u, --useraccount string the Docker user account to be used for the image repository (default "current OS user")
41-
-v, --version string the version of the function image (default "0.0.1")
31+
-a, --artifact string path to the function artifact, source code or jar file
32+
--config string config file (default is $HOME/.riff.yaml)
33+
--dry-run print generated function artifacts content to stdout only
34+
-f, --filepath string path or directory used for the function resources (defaults to the current directory)
35+
--force overwrite existing functions artifacts
36+
-i, --input string the name of the input topic (defaults to function name)
37+
--invoker-version string the version of the invoker to use when building containers
38+
-n, --name string the name of the function (defaults to the name of the current directory)
39+
-o, --output string the name of the output topic (optional)
40+
-u, --useraccount string the Docker user account to be used for the image repository (default "current OS user")
41+
-v, --version string the version of the function image (default "0.0.1")
4242
```
4343

4444
### SEE ALSO

0 commit comments

Comments
 (0)