X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2Fadministration%2FCLI_tasks%2Fdigest.md;h=a590581e3592245a41628a2492815b33347354ae;hb=548ca43bcf9ed72a70bd98f074241dbb0e7801ec;hp=a70f24c061b17624c6fa9fbf536abe9b45467b15;hpb=835ac2157c53e8c85bd3759efe061dbfbdfc367e;p=akkoma diff --git a/docs/administration/CLI_tasks/digest.md b/docs/administration/CLI_tasks/digest.md index a70f24c06..a590581e3 100644 --- a/docs/administration/CLI_tasks/digest.md +++ b/docs/administration/CLI_tasks/digest.md @@ -4,21 +4,30 @@ ## Send digest email since given date (user registration date by default) ignoring user activity status. -```sh tab="OTP" - ./bin/pleroma_ctl digest test [] -``` +=== "OTP" -```sh tab="From Source" -mix pleroma.digest test [] -``` + ```sh + ./bin/pleroma_ctl digest test [since_date] + ``` + +=== "From Source" + + ```sh + mix pleroma.digest test [since_date] + ``` Example: -```sh tab="OTP" - ./bin/pleroma_ctl digest test donaldtheduck 2019-05-20 -``` -```sh tab="From Source" -mix pleroma.digest test donaldtheduck 2019-05-20 -``` +=== "OTP" + + ```sh + ./bin/pleroma_ctl digest test donaldtheduck 2019-05-20 + ``` + +=== "From Source" + + ```sh + mix pleroma.digest test donaldtheduck 2019-05-20 + ```