Skip to content

CLI: admin

Terminal window
npx cyberlegion admin migrate --from <path> --to <path>

admin is hub-state maintenance. Its one subcommand, migrate, merges one hub root’s state (agents, messages, briefs) into another. Use it to fold an old project-local root into the global hub.

Option Meaning
--from <path> source hub root (required)
--to <path> destination hub root (required)

agents, messages, briefs: counts of each record type merged from the source into the destination.