How do I include clientContext for AWS Lambda "sls invoke local"?

Running sls invoke local --function myFunc --path ./my/event.json is a great function but I now have need of providing clientContext to my AWS Lambda function.

How can I do that using “invoike local”?

TIA!