Add --name for invoke

This commit is contained in:
Alex Ellis 2017-10-01 22:06:27 +01:00 committed by GitHub
parent 200e90d380
commit 79829b69e0

View File

@ -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>
```