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
--no-progress Don't output progress. Useful if you want debug your migration script and see the output of console.log() statements.
28
29
--dataset <dataset> Dataset to migrate. Defaults to the dataset configured in your Sanity CLI config.
29
30
--project <project id> Project ID of the dataset to migrate. Defaults to the projectId configured in your Sanity CLI config.
31
+
--api-version <version> API version to use when migrating. Defaults to ${DEFAULT_API_VERSION}.
30
32
--no-confirm Skip the confirmation prompt before running the migration. Make sure you know what you're doing before using this flag.
31
33
--from-export <export.tar.gz> Use a local dataset export as source for migration instead of calling the Sanity API. Note: this is only supported for dry runs.
32
34
@@ -60,6 +62,7 @@ function parseCliFlags(args: {argv?: string[]}) {
0 commit comments