Skip to content

Commit ac468ee

Browse files
committed
README: Add list of available commands
1 parent b745a06 commit ac468ee

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,12 @@ $this->callAfterResolving(
9393
9494
### Available console commands
9595

96-
```shell
97-
php declare
98-
```
96+
| Command | Description |
97+
|-----------------------------|------------------------------------------------|
98+
| `php artisan metrics:list` | Lists all registered metrics |
99+
| `php artisan metrics:clear` | Clears metrics storage |
100+
| `metrics:collect-scheduled` | Runs `ScheduledCollectors`. Using by Scheduler |
101+
99102

100103
## Roadmap
101104

0 commit comments

Comments
 (0)