mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-09 14:53:35 +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`
|
`serverless info`
|
||||||
|
|
||||||
|
- Invoke a deployed function:
|
||||||
|
|
||||||
|
`serverless invoke -f {{function_name}}`
|
||||||
|
|
||||||
- Follow the logs for a project:
|
- Follow the logs for a project:
|
||||||
|
|
||||||
`serverless logs -t`
|
`serverless logs -t`
|
||||||
|
|
||||||
- Display metrics for a function:
|
|
||||||
|
|
||||||
`serverless metrics -f {{function_name}}`
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue