OptionalIncludeInclude the pre-built Claude Code pack (CLAUDE.md + .claude/ tree) in the bundle.
Default (undefined / true): include if present at the source. Pass false to
exclude (--no-claude-pack on mj bundle). Honors Goal #1 of the pack design —
air-gapped installs get the Claude experience without a second over-the-wire step.
OptionalIncludeInclude the migration tree(s) so an air-gapped mj migrate can run offline.
OptionalMigrationNarrow the bundled migrations to one platform's tree when IncludeMigrations
is set. Omitted = both migrations/ (SQL Server) and migrations-pg/
(PostgreSQL), so the bundle works against either database offline.
Absolute path to write the output zip.
OptionalRefBranch/tag to fetch and bundle (e.g. 'main', 'v5.38.0'). Ignored when SourceDir is set.
OptionalRepoClone URL when bundling from a ref (defaults to the canonical MJ repo).
OptionalSourceLocal working-tree directory to bundle instead of fetching from a ref.
Inputs for createDistributionBundle. Provide exactly one of
SourceDirorRef.