1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-08 05:33:43 +02:00

Move log example, remove metrics and add invoke

This commit is contained in:
David Heimann 2017-12-20 15:41:32 -05:00
parent 0ca78603e8
commit 5496cd9478

View file

@ -19,10 +19,10 @@
`serverless info`
- Invoke a deployed function:
`serverless invoke -f {{function_name}}`
- Follow the logs for a project:
`serverless logs -t`
- Display metrics for a function:
`serverless metrics -f {{function_name}}`