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

Commit

Permalink
Preparing for 0.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scothis committed Apr 6, 2018
1 parent 52010fb commit e4e6ac6
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 55 deletions.
52 changes: 26 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,23 +237,23 @@ riff init node [flags]
#### Options

```
-h, --help help for node
--invoker-version string the version of invoker to use when building containers (default "0.0.6-snapshot")
-h, --help help for node
```

#### Options inherited from parent commands

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

#### SEE ALSO
Expand Down Expand Up @@ -286,25 +286,25 @@ riff create node [flags]
#### Options

```
-h, --help help for node
--invoker-version string the version of invoker to use when building containers (default "0.0.6-snapshot")
--namespace string the namespace used for the deployed resources (defaults to kubectl's default)
--push push the image to Docker registry
-h, --help help for node
--namespace string the namespace used for the deployed resources (defaults to kubectl's default)
--push push the image to Docker registry
```

#### Options inherited from parent commands

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

#### SEE ALSO
Expand Down
28 changes: 14 additions & 14 deletions docs/riff_create_node.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,25 @@ riff create node [flags]
### Options

```
-h, --help help for node
--invoker-version string the version of invoker to use when building containers (default "0.0.6-snapshot")
--namespace string the namespace used for the deployed resources (defaults to kubectl's default)
--push push the image to Docker registry
-h, --help help for node
--namespace string the namespace used for the deployed resources (defaults to kubectl's default)
--push push the image to Docker registry
```

### Options inherited from parent commands

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

### SEE ALSO
Expand Down
24 changes: 12 additions & 12 deletions docs/riff_init_node.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@ riff init node [flags]
### Options

```
-h, --help help for node
--invoker-version string the version of invoker to use when building containers (default "0.0.6-snapshot")
-h, --help help for node
```

### Options inherited from parent commands

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

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion node-invoker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Invoker
metadata:
name: node
spec:
version: 0.0.6-snapshot
version: 0.0.6
matchers:
- package.json
- "*.js"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@projectriff/node-function-invoker",
"version": "0.0.6-snapshot",
"version": "0.0.6",
"author": "Eric Bottard",
"license": "Apache-2.0",
"description": "node function invoker for riff",
Expand Down

0 comments on commit e4e6ac6

Please sign in to comment.