Forem Supabase Sync CLI
This project can be used to sync data from a forem based site such as DEV into a supabase instance.
Installation
Use the package manager composer to install the library using the following command.
composer require jamesrweb/forem-supabase-sync-cli
Currently the CLI is heavily WIP and can only sync articles from a forem site to a table on supabase which has the columns id
, title
, content
, link
and published
.