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:
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…
Reference in a new issue