mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 01:26:03 +02:00
clockwork-cli: add page (#2701)
This commit is contained in:
parent
ebdcd30566
commit
2886bcdcdc
1 changed files with 15 additions and 0 deletions
15
pages/common/clockwork-cli.md
Normal file
15
pages/common/clockwork-cli.md
Normal 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 …}}`
|
Loading…
Add table
Reference in a new issue