Is it possible to configure node-schedules (the datefields) with drush?
If yes, which commands are provided for that?

Cheers
Stefan

Comments

fibonacci-16 created an issue. See original summary.

idebr’s picture

Hi fibonacci-16,

There is currently one drush command available: drush scheduler-cron, see http://cgit.drupalcode.org/scheduler/tree/scheduler.drush.inc

jonathan1055’s picture

Title: Scheduler drush support » Scheduler drush support to set publish / unpublish dates
Assigned: fibonacci-16 » Unassigned

idebr is correct, the only drush command was drush sch-cron to run the Scheduler lightweight cron. In 2.x we have the command to add the date fields for new entity types covered by the plugins. But there is no command to set the dates. Is this a feature that many people would want? There may be other generic drush commands that can be used to edit content entities?