2025-03-14 21:59:59 -06:00
|
|
|
# ohdear-cli
|
|
|
|
|
|
|
|
|
|
> An unofficial Oh Dear CLI written with Laravel Zero.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://github.com/ohdearapp/ohdear-cli>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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}}`
|