ohdear: rename ohdear-cli (#21350)

Co-authored-by: Meinard Francisco <44516102+znarfm@users.noreply.github.com>
This commit is contained in:
Owen Voke
2026-03-06 03:56:03 +00:00
committed by GitHub
parent 8790d132d7
commit 10cb4af5c2
2 changed files with 24 additions and 16 deletions
+4 -16
View File
@@ -1,20 +1,8 @@
# ohdear-cli
> An unofficial Oh Dear CLI written with Laravel Zero.
> More information: <https://github.com/ohdearapp/ohdear-cli>.
> This command has been renamed to `ohdear`.
> More information: <https://ohdear.app/docs/tools-and-sdks/our-cli-tool#available-commands>.
- Display details about the currently authenticated user:
- View documentation for the command under its current name:
`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}}`
`tldr ohdear`
+20
View File
@@ -0,0 +1,20 @@
# ohdear
> The official Oh Dear CLI.
> More information: <https://ohdear.app/docs/tools-and-sdks/our-cli-tool#available-commands>.
- Display details about the currently authenticated user:
`ohdear get-me`
- Add a new monitor to Oh Dear:
`ohdear create-monitor --field "team_id={{team_id}}" --field "type={{http|ping|tcp}}" --field "url={{url}}"`
- Display a list of monitors and their current status:
`ohdear list-monitors`
- Display details about a specific monitor:
`ohdear get-monitor --monitor-id {{monitor_id}}`