Skip to content
Snippets Groups Projects
Commit 79829b69 authored by Alex Ellis's avatar Alex Ellis Committed by GitHub
Browse files

Add --name for invoke

parent 200e90d3
No related branches found
No related tags found
No related merge requests found
......@@ -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>
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment