From 446e91a21d59d2bc68837a0bdc3ceb9cffa08213 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 7 Mar 2024 13:42:38 +0100 Subject: [PATCH] Update admin.md --- documentation/docs/admin/scripts/admin.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/documentation/docs/admin/scripts/admin.md b/documentation/docs/admin/scripts/admin.md index 7ada749e..164b0057 100644 --- a/documentation/docs/admin/scripts/admin.md +++ b/documentation/docs/admin/scripts/admin.md @@ -147,5 +147,12 @@ Currently available options for notifications are: To check current server info you can use the following command: ```bash -opencli server_info +opencli opencli report ``` + +To make the report public and get a link that you can share with our support staff, add the `--public` flag: +```bash +opencli opencli report --public +``` + +