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
Migrate Content & Sync Run suppress message flag (--sw) was incorrect (eg. suppress this message with --sw parameter) and did not match the suppress command flags for each command (eg. skipConfirmation). Migrate Content & Sync Run suppress flags and messages have been updated to match the Clean command (eg. --s)
message: `⚠ Running this operation may result in irreversible changes to the content in environment ${params.targetEnvironmentId}. Mentioned changes might include:
102
103
- Removing content due to element deletion
103
-
OK to proceed y/n? (suppress this message with --sw parameter)\n`,
104
+
OK to proceed y/n? (suppress this message with --sc parameter)\n`,
0 commit comments