1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-31 08:17:59 +01:00

clockwork-cli: add page (#2701)

This commit is contained in:
Owen Voke 2019-02-04 20:05:08 +00:00 committed by Marco Bonelli
parent ebdcd30566
commit 2886bcdcdc

View file

@ -0,0 +1,15 @@
# clockwork-cli
> A command line interface for the Clockwork PHP debugging framework.
- Monitor Clockwork logs for the current project:
`clockwork-cli`
- Monitor Clockwork logs for a specific project:
`clockwork-cli {{path/to/directory}}`
- Monitor Clockwork logs for multiple projects:
`clockwork-cli {{path/to/directory1 path/to/directory2 …}}`