Remove the server:rebuild command

I remove the server:rebuild command because it’s not longer working in 1.4+
This commit is contained in:
LogischJo 2021-06-02 21:38:07 +02:00 committed by GitHub
parent 77a7267a0b
commit 54e72cdf8f
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.