1. `sanity login` (login with GitHub) 2. `sanity dataset export develop` (accept default output, it will backup `develop` in a tar file) 3. `sanity dataset export schema` (accept default output, it will backup `schema` in a tar file) 4. `sanity dataset delete develop` (on prompt, type the name of the dataset to confirm delete) 5. `sanity dataset import ./schema.tar.gz develop --replace` 6. `sanity graphql deploy` 7. `sanity deploy`