Add command to execute individual job
This commit is contained in:
@@ -30,6 +30,7 @@ Options:
|
||||
Available commands:
|
||||
cronjob Execute daily cronjob
|
||||
help Displays help for a command
|
||||
job Execute individual job (read payload from stdin)
|
||||
list Lists commands
|
||||
worker Execute queue worker
|
||||
db
|
||||
@@ -207,6 +208,12 @@ Note: Installed files will have the same permissions as the current user
|
||||
./cli worker
|
||||
```
|
||||
|
||||
### Execute individual job (mostly for debugging)
|
||||
|
||||
```bash
|
||||
echo 'RAW_JOB_DATA' | ./cli job
|
||||
```
|
||||
|
||||
### Execute database migrations
|
||||
|
||||
If the parameter `DB_RUN_MIGRATIONS` is set to `false`, you have run the database migrations manually:
|
||||
|
||||
Reference in New Issue
Block a user