Files
symfony-flex-recipes-contrib/dukecity.command-scheduler-bundle.3.0.json
T
github-action botandgithub-action bot 7d78e147a4 Update Flex endpoint
2021-09-20 16:37:35 +00:00

55 lines
2.8 KiB
JSON

{
"locks": {
"dukecity/command-scheduler-bundle": {
"version": "3.0",
"recipe": {
"repo": "3.0",
"branch": "master",
"version": "3.0",
"ref": "41654b9384665fbf3069a21c9a46bbc05b32198a"
}
}
},
"manifests": {
"dukecity/command-scheduler-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "dukecity/command-scheduler-bundle",
"version": "3.0",
"manifest": {
"bundles": {
"Dukecity\\CommandSchedulerBundle\\DukecityCommandSchedulerBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" * <fg=blue>Update your DB schema</>",
" 1. php bin/console make:migration",
" 2. php bin/console doctrine:migrations:migrate",
"",
" * <fg=red;fg=white>Secure / Configure</> your application:",
" 1. Secure your route by adding <comment>- { path: ^/command-scheduler, role: ROLE_ADMIN }</> in your security config.",
" 2. Set the single-entry point in crontab : <comment>* * * * * php /your_app/bin/console scheduler:execute</>",
"",
" * <fg=blue>Schedule</> your commands at <comment>http://your-app/command-scheduler/list</>"
]
},
"files": {
"config/routes/scheduler.yaml": {
"contents": "dukecity_command_scheduler:\n resource: \"@DukecityCommandSchedulerBundle/Resources/config/routing.php\"\n prefix: /\n",
"executable": false,
"encoding": ""
},
"config/packages/scheduler.yaml": {
"contents": "# See full configuration at\n# https://github.com/Dukecity/CommandSchedulerBundle/wiki/Configuration\ndukecity_command_scheduler:\n\n # Scheduler will write output files here. set false to disable it.\n log_path: \"%kernel.logs_dir%\"\n\n # Add namespace you don't want to see its Command in the scheduler.\n excluded_command_namespaces:\n - _global\n - scheduler\n - server\n - container\n - config\n - generate\n - init\n - router\n - doctrine\n - debug\n",
"executable": false,
"encoding": ""
}
},
"origin": "dukecity/command-scheduler-bundle:3.0@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}