We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce20d1 commit ab84720Copy full SHA for ab84720
README.md
@@ -69,6 +69,11 @@ Dump the SQL queries that would be run.
69
--path=
70
```
71
The path of commands files to be executed. E.g. `--path=/commands/`.
72
+**Mark all completed**
73
+```
74
+php artisan deploy-commands:mark-all-completed
75
76
+Mark all pending commands as completed. Useful in debuging or local development.
77
## TODO
78
- clean code
79
- write some tests
0 commit comments