Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

terminus wp cornell-alumni.test -- cornell events cron --off

 

 

To run a full sync, imports all events from the last sync timeTo turn cron back on

terminus wp cornell-alumni.test -- cornell events cronsync --onall 

 

To turn cron back onTo run a full sync, imports all events from the last sync time

terminus wp cornell-alumni.test -- cornell events synccron --allon

Live

If you want to get the time of last sync (in Unix Timestamp format)

...

terminus wp cornell-alumni.live -- cornell events cron --off

 

To run a full sync, imports all events from the last sync time

terminus wp cornell-alumni.live -- cornell events sync --all

 

To turn cron back on

terminus wp cornell-alumni.live -- cornell events cron --on

 

 

To run a full sync, imports all events from the last sync time

Run all command in one line separated by colon:  (Remember to replace the time)

terminus wp cornell-alumni.live -- option update cornell_events_last_sync 1510185600;terminus wp cornell-alumni.live -- cornell events cron --off;terminus wp cornell-alumni.live -- cornell events sync --all;terminus wp cornell-alumni.live -- cornell events cron --on