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