Skip to content

Commit

Permalink
running make
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <[email protected]>
  • Loading branch information
matzew committed Oct 10, 2023
1 parent b2d78b3 commit 7425a11
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/reference/func.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Learn more about Knative at: https://knative.dev
* [func list](func_list.md) - List deployed functions
* [func repository](func_repository.md) - Manage installed template repositories
* [func run](func_run.md) - Run the function locally
* [func subscribe](func_subscribe.md) - Subscribe to a function
* [func templates](func_templates.md) - List available function source templates
* [func version](func_version.md) - Function client version information

24 changes: 24 additions & 0 deletions docs/reference/func_subscribe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## func subscribe

Subscribe to a function

### Synopsis

Subscribe to a function

```
func subscribe
```

### Options

```
-f, --filter string The event metadata to filter for
-h, --help help for subscribe
-s, --source string The source, like a Knative Broker (default "default")
```

### SEE ALSO

* [func](func.md) - func manages Knative Functions

0 comments on commit 7425a11

Please sign in to comment.