➜ ~ mprove revert -hRevert (reset) repo to the state of a last commit or Remote repo, validate Mprove Files for selected env━━━ Usage ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━$ mprove revert━━━ Options ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ --to #0 (required, "last-commit" or "remote") --project-id #0 (required) Project Id --repo-type #0 (required, "dev", "production" or "session") --branch #0 (required) Git Branch --env #0 (required) Environment --get-errors (default false), show validation errors in output --get-repo (default false), show repo in output --json (default false) --env-file-path #0 (optional) Path to ".env" file━━━ Examples ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━Revert Dev repo to the state of a last commit, validate Mprove Files for env prod $ mprove revert --to last-commit --project-id DXYE72ODCP5LWPWH2EXQ --repo-type dev --branch main --env prodRevert Production repo to the state of Remote repo, validate Mprove Files for env prod $ mprove revert --to remote --project-id DXYE72ODCP5LWPWH2EXQ --repo-type production --branch main --env prod