Migration features are released in experimental mode. Several code changes are needed for the official migrations release.
- Some features are marked as experimental.
- The @experimental tag should be removed
- Final naming of exports should be decided.
- CLI feature flag
enableGen2Migration
needs to be released in the Gen 1 CLI. - Some E2E tests rely on the feature flag and are using a workaround until the feature flag is released.
Search the codebase for // TODO: GEN1_GEN2_MIGRATION
and follow the instructions following the comment.