Update 0.2.1.md

This commit is contained in:
Stefan Pejcic 2024-06-07 16:23:16 +02:00 committed by GitHub
parent e8f73a46ce
commit 0be133faf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 <KEY>
```
View license key:
```bash
opencli license key
```
View license information:
```bash
opencli license info
```
Delete license key:
```bash
opencli license delete
```