From 12839ffceb2aeec406d268d1cd60a0178b1499af Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Wed, 14 Oct 2020 23:18:22 +0100 Subject: [PATCH] ohdear-cli: add page (#4690) --- pages/common/ohdear-cli.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/ohdear-cli.md 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}}`