Automattic / newspack-custom-content-migrator

Custom migration tasks for launching and migrating Newspack sites on Atomic
5 stars 5 forks source link

feat: add general ras migrator #405

Closed leogermani closed 9 months ago

leogermani commented 9 months ago

This is useful to skip the last step of the RAS wizard, that consists of configuring each Campaign Prompt from the defaults we offer.

With this command you can instead import campaigns from a json file exported from a site used as a model, and then programatically go through that last step on the checklist.

In the future we can expand this migrator to programatically go through other steps in the RAS wizard.

How to test