@@ -428,120 +428,144 @@ Publish all of the Horizon resources.
428428
429429
430430
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+
431455### 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 )
433457
434458Interrupt in-progress schedule: run invocations.
435459
436460Scheduler.
437461
438462
439463### 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 )
441465
442466Clears all entries from Telescope.
443467
444468Telescope.
445469
446470
447471### 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 )
449473
450474Prunes stale entries from the Telescope database.
451475
452476
453477
454478
455479### 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 )
457481
458482Starts the octane server.
459483
460484Octane.
461485
462486
463487### 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 )
465489
466490Reloads the octane server.
467491
468492
469493
470494
471495### 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 )
473497
474498Stops the octane server.
475499
476500
477501
478502
479503### 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 )
481505
482506Check the status of the octane server.
483507
484508
485509
486510
487511### 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 )
489513
490514Publish all of the Laravel Nova resources.
491515
492516Nova.
493517
494518
495519### 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 )
497521
498522Starts the Reverb server.
499523
500524Reverb.
501525
502526
503527### 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 )
505529
506530Restarts the Reverb server.
507531
508532
509533
510534
511535### 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 )
513537
514538Starts the Pulse server.
515539
516540Pulse.
517541
518542
519543### 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 )
521545
522546Restarts the Pulse server.
523547
524548
525549
526550
527551### 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 )
529553
530554Purges all Pulse data from storage.
531555
532556
533557
534558
535559### 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 )
537561
538562Process incoming Pulse data from the ingest stream.
539563
540564
541565
542566
543567### 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 )
545569
546570Deploys your project.
547571
0 commit comments