Move log example, remove metrics and add invoke

coverage
David Heimann 2017-12-20 15:41:32 -05:00
parent 0ca78603e8
commit 5496cd9478
1 changed files with 4 additions and 4 deletions

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