mirror of
https://github.com/openfaas/faas.git
synced 2025-06-22 14:53:25 +00:00
Add --name for invoke
This commit is contained in:
@ -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:
|
* 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>
|
<h1>Test <em>Drive</em></h1>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user