mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 02:46:01 +02:00
ohdear-cli: add page (#4690)
This commit is contained in:
parent
6d0b062c36
commit
12839ffceb
1 changed files with 20 additions and 0 deletions
20
pages/common/ohdear-cli.md
Normal file
20
pages/common/ohdear-cli.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# ohdear-cli
|
||||||
|
|
||||||
|
> An unofficial Oh Dear CLI written with Laravel Zero.
|
||||||
|
> More information: <https://github.com/nunomaduro/ohdear-cli>.
|
||||||
|
|
||||||
|
- Display details about the currently authenticated user:
|
||||||
|
|
||||||
|
`ohdear-cli me`
|
||||||
|
|
||||||
|
- Add a new site to Oh Dear:
|
||||||
|
|
||||||
|
`ohdear-cli sites:add {{url}}`
|
||||||
|
|
||||||
|
- Display a list of sites and their current status:
|
||||||
|
|
||||||
|
`ohdear-cli sites:list`
|
||||||
|
|
||||||
|
- Display details about a specific site:
|
||||||
|
|
||||||
|
`ohdear-cli sites:show {{site_id}}`
|
Loading…
Add table
Reference in a new issue