mirror of
https://github.com/openfaas/faas.git
synced 2025-06-17 12:46:59 +00:00
Add --name for invoke
This commit is contained in:
parent
200e90d380
commit
79829b69e0
@ -84,7 +84,7 @@ You can access the sample functions via the command line with a HTTP POST reques
|
||||
* Invoke the markdown function with the CLI:
|
||||
|
||||
```
|
||||
$ echo "# Test *Drive*"| faas-cli invoke func_markdown
|
||||
$ echo "# Test *Drive*"| faas-cli invoke --name func_markdown
|
||||
<h1>Test <em>Drive</em></h1>
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user