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

51 lines
2.6 KiB
JSON

{
"locks": {
"jmose/command-scheduler-bundle": {
"version": "2.0",
"recipe": {
"repo": "2.0",
"branch": "master",
"version": "2.0",
"ref": "a1d79fcdbfc453e4319171a2b6a3d5dd402421c7"
}
}
},
"manifests": {
"jmose/command-scheduler-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "jmose/command-scheduler-bundle",
"version": "2.0",
"manifest": {
"bundles": {
"JMose\\CommandSchedulerBundle\\JMoseCommandSchedulerBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" * <fg=blue>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": "jmose_command_scheduler:\n resource: \"@JMoseCommandSchedulerBundle/Resources/config/routing.yml\"\n prefix: /\n",
"executable": false,
"encoding": ""
},
"config/packages/scheduler.yaml": {
"contents": "# See full configuration at\n# https://github.com/J-Mose/CommandSchedulerBundle/blob/master/Resources/doc/index.md#4---available-configuration\njmose_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": "jmose/command-scheduler-bundle:2.0@github.com/symfony/recipes-contrib:master",
"is_contrib": true
}
}
}