Request Sync via Command

Hello,

I wrote a small utility that pulls my agenda from my Google Calendar and slams it as a block into the daily journal. It runs at 5am via cron on my desktop. Unfortunately, probably because it’s not being typed in, Logseq does not recognize the change and execute a sync.

Is there a way to request a sync action programmatically? I was thinking either via local command (./logseq --request_sync) or via an HTTP (localhost/request_sync) request?

Does this exist?