remove local option

This commit is contained in:
Christopher Anderson 2017-02-22 00:04:12 -08:00
parent 8d2aadb4e6
commit 9fd33ac3af

View File

@ -15,7 +15,7 @@ layout: Doc
Invokes deployed function. It allows to send event data to the function, read logs and display other important information of the function invocation.
```bash
serverless invoke [local] --function functionName
serverless invoke --function functionName
```
## Options