Quickstart docs

Use this quickstart to move from account creation to first successful Magento update.

1. Create an account

Sign up and log in. You get full free-mode access immediately.

2. Configure Magento store credentials

Define your Magento store mapping in CONTENT_FLOW_MAGENTO_STORES_JSON (or store-specific env variables) and ensure API credentials are valid.

3. Create your first rule

In Rules, fill in:

4. Run dry-run first

Queue Dry run and inspect items under Runs.

5. Execute apply run

When output looks correct, queue Run now to write updates to Magento.

6. Keep background processing active

php cli.php content-flow:schedule --limit=500
php cli.php content-flow:work --loop --sleep=2

References