CLI: admin
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.
Options
Section titled “Options”| Option | Meaning |
|---|---|
--from <path> |
source hub root (required) |
--to <path> |
destination hub root (required) |
Output
Section titled “Output”agents, messages, briefs: counts of each record type merged from the source into the
destination.
Related
Section titled “Related”- Architecture: the hub root and where state lives
- CLI: unit · CLI: mail: the record types this command merges