From 783f72cb91b436e8ee6d7349da4cf72dc3219aa1 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sun, 14 Sep 2025 12:47:21 +0000 Subject: feat: Add scripts to migrate all content from one server to the other --- apps/cli/src/index.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/cli/src/index.ts') diff --git a/apps/cli/src/index.ts b/apps/cli/src/index.ts index cfb1d520..7c948c47 100644 --- a/apps/cli/src/index.ts +++ b/apps/cli/src/index.ts @@ -1,5 +1,6 @@ import { bookmarkCmd } from "@/commands/bookmarks"; import { listsCmd } from "@/commands/lists"; +import { migrateCmd } from "@/commands/migrate"; import { tagsCmd } from "@/commands/tags"; import { whoamiCmd } from "@/commands/whoami"; import { setGlobalOptions } from "@/lib/globals"; @@ -32,6 +33,7 @@ program.addCommand(bookmarkCmd); program.addCommand(listsCmd); program.addCommand(tagsCmd); program.addCommand(whoamiCmd); +program.addCommand(migrateCmd); setGlobalOptions(program.opts()); -- cgit v1.2.3-70-g09d2