From 0e89aae483c036996dae2d9f19061ab002a9e82d Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 30 Jul 2024 22:54:44 +0200 Subject: [PATCH] Update 0.2.4.md --- documentation/docs/changelog/0.2.4.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/documentation/docs/changelog/0.2.4.md b/documentation/docs/changelog/0.2.4.md index d7479f00..5bc3c3d9 100644 --- a/documentation/docs/changelog/0.2.4.md +++ b/documentation/docs/changelog/0.2.4.md @@ -10,8 +10,9 @@ Not yet released. -### 🚀 New feature +### 🚀 New features - [cPanel 2 OpenPanel importer](#cpanel-importer) +- [opencli domains-add](#opencli-domains-add) - `opencli php-ioncube` - enable IonCube Loader extension for all installed PHP versions @@ -45,6 +46,22 @@ Step 4. Wait for the process to complete ![import progress in openpanel](https://i.postimg.cc/YCxDCnqY/3.png) +### opencli domains-add + +New command is available to add a domain to user from the terminal: + +```bash +opencli domains-add +``` + +Example: +```bash +opencli domains-add stefan pejcic.rs +``` + +Note: this command will add a domain for user regardless of their domains limit. + + ### opencli user-disk New command is available to list real-time disk and inodes usage for a user: