diff --git a/pages/common/ohdear-cli.md b/pages/common/ohdear-cli.md new file mode 100644 index 0000000000..bd80202349 --- /dev/null +++ b/pages/common/ohdear-cli.md @@ -0,0 +1,20 @@ +# ohdear-cli + +> An unofficial Oh Dear CLI written with Laravel Zero. +> More information: . + +- 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}}`