From 0be133faf3430724be544c27745f5051d0658662 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Fri, 7 Jun 2024 16:23:16 +0200 Subject: [PATCH] Update 0.2.1.md --- documentation/docs/changelog/0.2.1.md | 32 ++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/documentation/docs/changelog/0.2.1.md b/documentation/docs/changelog/0.2.1.md index a4243454..c834673a 100644 --- a/documentation/docs/changelog/0.2.1.md +++ b/documentation/docs/changelog/0.2.1.md @@ -8,7 +8,7 @@ hide_table_of_contents: true Not yet released. ### 🚀 New features - +- [OpenPanel Enterprise Edition](/product/openpanel-premium-control-panel/) ### 🐛 Bug fixes - Excluded `/send_email` route on OpenAdmin from terms check. @@ -17,3 +17,33 @@ Not yet released. ### 💅 Polish + + +### opencli license + +`opencli license` is a new command dedicated to Enterprise users. It allows you to set a license key, verify it, display information and delete the key to downgrade to Community edition. + + +View available options: +```bash +opencli license +``` + +Adding a license key: +```bash +opencli license +``` + +View license key: +```bash +opencli license key +``` + +View license information: +```bash +opencli license info +``` +Delete license key: +```bash +opencli license delete +```