Memorize Hub Docs

Commands

The Hub-facing memorize commands. The full CLI is documented in the memorize README.

memorize login

Connect a machine to a Hub — opens your browser to approve the device.

memorize login https://memorizehub.com

memorize clone

Copy a project from its share URL: stores the remote and does the first pull.

memorize clone https://memorizehub.com/clone/PROJECT_ID

memorize remote

Attach a remote to a project you already have locally, then push and pull once.

memorize remote https://memorizehub.com/clone/PROJECT_ID

Manual sync

After connecting, sync runs automatically at session boundaries — there is no shortcut alias. To force a pass:

memorize project sync --push --pull