You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -94,16 +94,16 @@ Migrate from Movement to MovementAptos
94
94
95
95
###### **Subcommands:**
96
96
97
-
*`where` — Run migrate with all parameters passed explicitly as CLI flags. See Orfile documentation for more details: <https://github.com/movementlabsxyz/orfile>
98
-
*`using` — Run migrate with parameters from environment variables, config files, and CLI flags. See Orfile documentation for more details: <https://github.com/movementlabsxyz/orfile>
97
+
*`core` — Core migration over the node
98
+
*`select` — Select migration over the node
99
99
100
100
101
101
102
-
## `mtma-migrate-node migrate where`
102
+
## `mtma-migrate-node migrate core`
103
103
104
-
Run migrate with all parameters passed explicitly as CLI flags. See Orfile documentation for more details: <https://github.com/movementlabsxyz/orfile>
104
+
Core migration over the node
105
105
106
-
**Usage:**`mtma-migrate-node migrate where --movement-state-db-path <MOVEMENT_STATE_DB_PATH> --movement-aptos-state-db-path <MOVEMENT_APTOS_STATE_DB_PATH>`
Run migrate with parameters from environment variables, config files, and CLI flags. See Orfile documentation for more details: <https://github.com/movementlabsxyz/orfile>
118
129
119
-
**Usage:**`mtma-migrate-node migrate using [OPTIONS] [EXTRA_ARGS]...`
120
130
121
131
###### **Arguments:**
122
132
123
-
*`<EXTRA_ARGS>` — Extra arguments to be passed to the CLI
133
+
*`<EXTRA_ARGS>` — Extra arguments to be passed to subcommands
124
134
125
135
###### **Options:**
126
136
127
-
*`--config-path <CONFIG_PATH>` — Path to the config file for migrate
0 commit comments