Finalizing bulk power and rebuild command.

This commit is contained in:
Matthew Hatcher 2019-09-08 17:57:05 -04:00
parent 3d9bb5ad1b
commit 5a06f9e3e8
No known key found for this signature in database
GPG Key ID: 5CBFA82270D78FD1

View File

@ -68,7 +68,8 @@ If you don't include the optional argument, it will instead use an interactive p
### Create/Make Location
```bash
php artisan p:location:make {--short=us1} {--long="A description of this location."}
php artisan p:location:make {--short=us1}
{--long="A description of this location."}
```
### Delete Location
@ -80,15 +81,19 @@ php artisan p:location:delete {--short=us1}
### Server Bulk Power
```bash
php artisan p:
php artisan p:server:bulk-power <start, stop, kill, restart>
{--servers=1,2,3}
{--nodes=1,2,3}
```
### Server Rebuild
```bash
php artisan p:
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