Merge pull request #371 from LogischJo/patch-1

Remove the server:rebuild command
This commit is contained in:
Jakob 2021-06-21 09:19:44 +02:00 committed by GitHub
commit 0503c89075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,14 +78,6 @@ php artisan p:server:bulk-power <start, stop, kill, restart>
{--nodes=1,2,3}
```
### Server Rebuild
```bash
php artisan p:server:rebuild [server-id] {--node=1}
```
This will initiate a rebuild on all servers, all servers on a node, or a specific server depending on the information given.
## Panel Management
### View Panel Info
@ -94,4 +86,4 @@ This will initiate a rebuild on all servers, all servers on a node, or a specifi
php artisan p:info
```
Displays a variety of panel information which can be used to check the configuation of this like database and email.
Displays a variety of panel information which can be used to check the configuation of this like database and email.