1.4.1 • Published 4 months ago

rush-migrate-subspace-plugin v1.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

rush-migrate-subspace-plugin

Rush plugin to migrate an existing project into a subspace.

Quick Start

  1. Enabling this rush plugin

Please follow the official doc to enable this plugin in your repo.

  1. Running migrate-subspace
rush migrate-subspace          # open interactive menu to handle the migration
rush migrate-subspace --move   # move a project to a subspace

If you encounter version inconsistency errors, you can use the migration tool to help you resolve them:

rush migrate-subspace --sync

What is the plugin for?

The rush subspace is a new feature that intends to move common projects into 1 workspace. Teams that want to take advantage of this feature need to manually migrate these projects. This script automates most of these required steps to speed up the migration process.