Guidance for migrating to RunFabric from other setups.
RunFabric does not ship a top-level runfabric migrate command. Convert configs manually using this checklist:
runfabric.yml using runfabric init --template http --provider <provider-id>.service, env, params, secrets) from your old config.provider.name, provider.runtime, provider.regionbackend (and optional state backend detail blocks when applicable)functions array entry:
nameentryruntime (optional per-function override)triggers (http|queue|cron|storage|eventbridge|pubsub)runfabric doctor -c runfabric.ymlrunfabric plan -c runfabric.ymlAfter migration, run a non-production deploy to verify runtime behavior before promoting.
See also: RUNFABRIC_YML_REFERENCE.md, COMMAND_REFERENCE.md.