@@ -72,51 +72,51 @@ php artisan operations:process --test
72
72
```
73
73
74
74
Run command isolated:
75
- ```shell
76
- php artisan operations: process --isolated
77
- ```
75
+ ``` shell
76
+ php artisan operations:process --isolated
77
+ ```
78
78
79
79
Force a specific queue for the job:
80
- ```shell
81
- php artisan operations: process --queue=<name >
82
- ```
80
+ ``` shell
81
+ php artisan operations:process --queue=< name>
82
+ ```
83
83
84
84
Only process operations with a specific tag:
85
- ```shell
86
- php artisan operations: process --tag=<tagname >
87
- ```
85
+ ``` shell
86
+ php artisan operations:process --tag=< tagname>
87
+ ```
88
88
89
89
Re-run one specific operation:
90
- ```shell
91
- php artisan operations: process <operation_name>
92
- ```
90
+ ``` shell
91
+ php artisan operations:process < operation_name>
92
+ ```
93
93
94
94
### Show operations
95
95
96
96
Show all operations:
97
- ```shell
98
- php artisan operations: show
99
- ```
97
+ ``` shell
98
+ php artisan operations:show
99
+ ```
100
100
101
101
Show pending operations:
102
- ```shell
103
- php artisan operations: show pending
104
- ```
102
+ ``` shell
103
+ php artisan operations:show pending
104
+ ```
105
105
106
106
Show processed operations:
107
- ```shell
108
- php artisan operations: show processed
109
- ```
107
+ ``` shell
108
+ php artisan operations:show processed
109
+ ```
110
110
111
111
Show disposed operations:
112
- ```shell
113
- php artisan operations: show disposed
114
- ```
112
+ ``` shell
113
+ php artisan operations:show disposed
114
+ ```
115
115
116
116
Use multiple filters to show operations:
117
- ```shell
118
- php artisan operations: show pending processed disposed
119
- ```
117
+ ``` shell
118
+ php artisan operations:show pending processed disposed
119
+ ```
120
120
121
121
## Tutorials
122
122
0 commit comments