# sb-mig > Storyblok operations CLI for schema sync, content movement, migrations, and audit artifacts. sb-mig is a command line toolkit for Storyblok teams that need schema and content operations to be reviewable, repeatable, and inspectable. ## Primary Documentation - [Start Here](/docs.md) - What sb-mig is, when to use it, and where to go next. - [Architecture](/docs/explanation/architecture.md) - How the sb-mig CLI, old API layer, and API v2 fit together today. - [Publication Model](/docs/explanation/publication-model.md) - The Storyblok publication model that drives sb-mig 6.x migration behavior. - [Artifacts and Audit Trail](/docs/guides/artifacts-audit-trail.md) - Understand the files sb-mig writes during dry runs and real migrations. - [Language Publish State](/docs/guides/language-publish-state.md) - Inspect and preserve translated Storyblok publication state during migrations. - [Preserve Published Layers](/docs/guides/published-layers.md) - How sb-mig migrates dirty published Storyblok stories without publishing editor drafts. - [Safe Content Migration](/docs/guides/safe-content-migration.md) - A production-minded workflow for previewing, auditing, and running Storyblok content migrations. - [Quickstart](/docs/quickstart.md) - Install sb-mig, configure Storyblok credentials, and run the first safe commands. - [Backup, Revert, Remove](/docs/reference/backup-revert-remove.md) - Backup, restore, and destructive removal commands. - [CLI Reference](/docs/reference/cli.md) - Global conventions, command families, and where each command is documented. - [Command Matrix](/docs/reference/command-matrix.md) - Coverage checklist for every public sb-mig command form and option family. - [Inspection Commands](/docs/reference/inspection.md) - Read-only commands for understanding Storyblok state before migration. - [migrate](/docs/reference/migrate.md) - Run content and preset migration pipelines. - [sync](/docs/reference/sync.md) - Sync schemas, roles, datasources, plugins, stories, and assets. - [Utility Commands](/docs/reference/utilities.md) - Copy, discover, migrations, init, and debug command reference. ## Full Context - [Full documentation corpus](/llms-full.txt) - All public docs pages as one Markdown file. ## Source - [GitHub](https://github.com/sb-mig/sb-mig) - Source repository for the sb-mig CLI package. - [npm](https://www.npmjs.com/package/sb-mig) - Published npm package. - [Website](/) - Human-facing landing page.