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:
parent
0ca78603e8
commit
5496cd9478
1 changed files with 4 additions and 4 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue