diff --git a/documentation/docs/changelog/0.2.2.md b/documentation/docs/changelog/0.2.2.md index 14aa5ea1..48ce0e2e 100644 --- a/documentation/docs/changelog/0.2.2.md +++ b/documentation/docs/changelog/0.2.2.md @@ -34,6 +34,7 @@ Not yet released. - OpenPanel > WPManager > Install WordPress form now has prefilled email address. - When new domain is added, OpenPanel will automatically check SSL for all other doamins owned by the user and regenerate the ssl information for OpenPanel > SSL page. +- [OpenCLI improvements, history and logging](#opencli-help) ### Sentinel CLI @@ -42,9 +43,6 @@ Sentinel - our AI powered service that automatically monitors your server, perfo ![sentinel openpanel cli](https://i.postimg.cc/kg56D2x2/sentinel-openpaenl.png) - - - Other improvements to the Sentinel AI include: - DNS Checks to amke sure that configured anmeservers and hostname have correct DNS. @@ -52,6 +50,36 @@ Other improvements to the Sentinel AI include: - Summary reports. + +### OpenCLI Help + +[OpenCLI](https://dev.openpanel.co/cli/) now keeps history of used commands and allows you to view last and top 5 used commands: +``` +# opencli + +Usage: opencli [additional_arguments] + +Suggested commands: + opencli faq Display frequently asked questions and answers. + opencli commands List all available OpenCLI commands and their usage. + +Recently used commands: + opencli docker-collect_stats + opencli faq + opencli update + opencli update_check + opencli user-add + +Most commonly used commands: + opencli admin + opencli docker-collect_stats + opencli faq + opencli update + opencli update_check +``` + +Logs are stored in `/var/log/openpanel/admin/opencli.log`. File stores only commands and not attributes (flags). + ### Usage Reports If email alerts are enabled, daily usage reports are generated: