mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
521 B
Plaintext
26 lines
521 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|