migration_planner
Main pipeplan_migration
Method Flowchart
Bundle Files
Select a file to view its contents
METHODS.toml
METHODS.toml
[package]
name = "migration_planner"
address = "github.com/RobinHrt/tech_migration_planner"
version = "1.0.0"
description = "Schema/API Migration Planner: diff schemas, generate ordered steps, plan rollback, and compile migration plan"
license = "MIT"
main_pipe = "plan_migration"
[exports.tech_migration_planner]
pipes = ["plan_migration", "diff_schemas", "generate_migration_steps", "plan_rollback", "compile_migration_plan"]
Install
$
npx mthds install https://github.com/RobinHrt/tech_migration_planner --method migration_plannerRun
$
npx mthds run method migration_plannerSchema/API Migration Planner: diff schemas, generate ordered steps, plan rollback, and compile migration plan
Exports
tech_migration_planner
plan_migrationdiff_schemasgenerate_migration_stepsplan_rollbackcompile_migration_plan