@@ -428,120 +428,144 @@ Publish all of the Horizon resources.
428
428
429
429
430
430
431
+ ### artisan\: horizon\: supervisors {#artisan-horizon-supervisors}
432
+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L212 )
433
+
434
+ Lists all of the supervisors.
435
+
436
+
437
+
438
+
439
+ ### artisan\: horizon\: clear-metrics {#artisan-horizon-clear-metrics}
440
+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L215 )
441
+
442
+ Deletes metrics for all jobs and queues.
443
+
444
+
445
+
446
+
447
+ ### artisan\: horizon\: snapshot {#artisan-horizon-snapshot}
448
+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L218 )
449
+
450
+ Stores a snapshot of the queue metrics.
451
+
452
+
453
+
454
+
431
455
### artisan\: schedule\: interrupt {#artisan-schedule-interrupt}
432
- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L216 )
456
+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L225 )
433
457
434
458
Interrupt in-progress schedule: run invocations.
435
459
436
460
Scheduler.
437
461
438
462
439
463
### artisan\: telescope\: clear {#artisan-telescope-clear}
440
- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L223 )
464
+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L232 )
441
465
442
466
Clears all entries from Telescope.
443
467
444
468
Telescope.
445
469
446
470
447
471
### artisan\: telescope\: prune {#artisan-telescope-prune}
448
- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L226 )
472
+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L235 )
449
473
450
474
Prunes stale entries from the Telescope database.
451
475
452
476
453
477
454
478
455
479
### artisan\: octane {#artisan-octane}
456
- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L233 )
480
+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L242 )
457
481
458
482
Starts the octane server.
459
483
460
484
Octane.
461
485
462
486
463
487
### artisan\: octane\: reload {#artisan-octane-reload}
464
- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L236 )
488
+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L245 )
465
489
466
490
Reloads the octane server.
467
491
468
492
469
493
470
494
471
495
### artisan\: octane\: stop {#artisan-octane-stop}
472
- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L239 )
496
+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L248 )
473
497
474
498
Stops the octane server.
475
499
476
500
477
501
478
502
479
503
### artisan\: octane\: status {#artisan-octane-status}
480
- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L242 )
504
+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L251 )
481
505
482
506
Check the status of the octane server.
483
507
484
508
485
509
486
510
487
511
### artisan\: nova\: publish {#artisan-nova-publish}
488
- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L249 )
512
+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L258 )
489
513
490
514
Publish all of the Laravel Nova resources.
491
515
492
516
Nova.
493
517
494
518
495
519
### artisan\: reverb\: start {#artisan-reverb-start}
496
- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L256 )
520
+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L265 )
497
521
498
522
Starts the Reverb server.
499
523
500
524
Reverb.
501
525
502
526
503
527
### artisan\: reverb\: restart {#artisan-reverb-restart}
504
- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L259 )
528
+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L268 )
505
529
506
530
Restarts the Reverb server.
507
531
508
532
509
533
510
534
511
535
### artisan\: pulse\: check {#artisan-pulse-check}
512
- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L266 )
536
+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L275 )
513
537
514
538
Starts the Pulse server.
515
539
516
540
Pulse.
517
541
518
542
519
543
### artisan\: pulse\: restart {#artisan-pulse-restart}
520
- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L269 )
544
+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L278 )
521
545
522
546
Restarts the Pulse server.
523
547
524
548
525
549
526
550
527
551
### artisan\: pulse\: purge {#artisan-pulse-purge}
528
- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L272 )
552
+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L281 )
529
553
530
554
Purges all Pulse data from storage.
531
555
532
556
533
557
534
558
535
559
### artisan\: pulse\: work {#artisan-pulse-work}
536
- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L275 )
560
+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L284 )
537
561
538
562
Process incoming Pulse data from the ingest stream.
539
563
540
564
541
565
542
566
543
567
### deploy {#deploy}
544
- [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L281 )
568
+ [ Source] ( https://github.com/deployphp/deployer/blob/master/recipe/laravel.php#L290 )
545
569
546
570
Deploys your project.
547
571
0 commit comments