mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update 0.2.4.md
This commit is contained in:
@@ -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
|
||||

|
||||
|
||||
|
||||
### opencli domains-add
|
||||
|
||||
New command is available to add a domain to user from the terminal:
|
||||
|
||||
```bash
|
||||
opencli domains-add <USERNAME> <DOMAIN>
|
||||
```
|
||||
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user