Bug #6858
Document how to run a CLI script
| Status: | New | Start date: | 2010-03-15 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 1 (View) |
Description
See thread entitled in "HowTo: Running a cronscript using TYPO3 with CLI" in dev list.
NOTE: this would really be a topic for a new "Maintenance Guide". What should be in Core APIs is rather how to declare a new cron script using the cli_dispatch script, which is missing.
History
Updated by Daniel Siepmann 12 months ago
That would be very nice.
Additional add a tutorial how to create a task that could be executed using cli_dispatch.
Perhaps you can copy some parts of the scheduler manual or reference to this.
Extbase can be used via cli_dispatch too.
Perhaps we can use some of the tutorials found here:
- http://www.typo3-tutorials.org/tutorials/entwicklung/cli-das-neue-command-line-interface.html
- http://fedext.net/features/scheduler-tasks/explanation.html
- http://fedext.net/examples/system-utilities/features.html