Skip to content

Commit 40fb960

Browse files
fix: add approved text
1 parent ea06e66 commit 40fb960

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

messages/clean.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
2-
"commandDescription": "Deactivates and deletes Omnistudio records (Omniscript, Integration Procedure, Flexcard, Data Mapper) that have special characters in their unique name fields, or are existing records without a unique name. These records prevent enabling the Omnistudio Metadata API. Before running this command, ensure all Omnistudio components in your org are deployed to a testing sandbox. Verify the results before enabling the Omnistudio Metadata API in your Production org.",
2+
"commandDescription": "Deactivates and deletes Omnistudio records (Omniscripts, Integration Procedures, Flexcards, and Data Mappers) that prevent enabling the Omnistudio Metadata API. This includes records with special characters in unique name fields or missing unique names.\n\nWarning: This action is permanent. Run in a testing sandbox and verify results before running in your production environment.",
33
"examples": ["sf omnistudio:migration:clean -u orguser@domain.com"],
4-
"enableVerboseOutput": "Enable verbose output",
5-
"sandboxWarning": "Before running this command, ensure all Omnistudio components existing in your org are deployed to a testing sandbox. Verify the results before enabling the Omnistudio Metadata API in your Production org.",
6-
"confirmDeletion": "By proceeding further, you hereby consent to deactivate and permanently delete all Omnistudio records with special characters in their unique name fields, and existing records without a unique name that prevent enabling the Omnistudio Metadata API. Do you want to proceed?",
7-
"operationCancelled": "Operation cancelled.",
8-
"deletionComplete": "Cleanup of Omnistudio records with special characters and existing records without a unique name is complete.",
9-
"standardDataModelRequired": "This command is only applicable for orgs on the standard data model.",
10-
"metadataApiAlreadyEnabled": "The Omnistudio Metadata API is already enabled. No cleanup required.",
11-
"errorRunningClean": "Clean process failed reason : %s",
12-
"specialCharCleanupPhaseStart": " Phase 1: Removing records with special characters in their unique name fields that prevent enabling the Omnistudio Metadata API ",
4+
"enableVerboseOutput": "Show detailed information in the command output.",
5+
"sandboxWarning": "IMPORTANT: This command permanently deletes records. Make sure that all Omnistudio components are backed up or deployed to a testing sandbox. Verify all results before enabling the Omnistudio Metadata API in your production environment.",
6+
"confirmDeletion": "By proceeding, you confirm that you want to deactivate and permanently delete all Omnistudio records with special characters in their unique name fields or those missing a unique name. These records are incompatible with the Metadata API. Do you want to proceed?",
7+
"operationCancelled": "Operation cancelled. No changes were made.",
8+
"deletionComplete": "Cleanup complete. All Omnistudio records with special characters and those without a unique name have been removed.",
9+
"standardDataModelRequired": "This command only supports orgs using the standard data model.",
10+
"metadataApiAlreadyEnabled": "The Omnistudio metadata API is already enabled. No cleanup is required.",
11+
"errorRunningClean": "Cleanup failed: %s",
12+
"specialCharCleanupPhaseStart": "Phase 1: Removing records with special characters in unique name fields.",
1313
"specialCharCleanupSectionStart": "Scanning %s records...",
14-
"noSpecialCharRecords": "No %s records with special characters found.",
15-
"foundSpecialCharRecordsToRemove": "Found %s %s records with special characters to remove.",
16-
"deactivatingRecords": "Deactivating %s %s records...",
17-
"deactivatedRecords": "Successfully deactivated %s %s records.",
18-
"deletingRecords": "Deleting %s %s records...",
19-
"deletedRecords": "Successfully deleted %s %s records.",
20-
"errorRemovingSpecialCharRecords": "We couldn't remove %s records with special characters: %s",
21-
"nullUniqueNameCleanupPhaseStart": " Phase 2: Removing existing records without a deployment reference that prevent enabling the Omnistudio Metadata API ",
22-
"nullUniqueNameCleanupSectionStart": "Scanning existing %s records without a deployment reference (UniqueName is not set)...",
23-
"noNullUniqueNameRecords": "No existing %s records without a unique name found.",
24-
"foundNullUniqueNameRecords": "Found %s existing %s records without a unique name.",
25-
"deactivationFailed": "Could not deactivate %s record %s: %s",
26-
"deletionFailed": "Could not delete %s record %s: %s",
27-
"errorAssessingSpecialCharRecords": "Failed to scan %s records for special characters: %s",
28-
"errorAssessingNullUniqueNameRecords": "Failed to scan %s records without unique names: %s",
29-
"errorCleaningNullUniqueNameRecords": "We couldn't remove %s records without a unique name: %s",
30-
"assessFlagDescription": "Scan your org and preview which records would be removed by the clean command, without making any changes. Results are saved as JSON files in the clean_assessment folder.",
31-
"assessPhaseStart": "Starting assessment — your org will not be modified.",
32-
"assessSpecialCharPhaseStart": " Phase 1 (Preview): Scanning for records with special characters in their unique name fields ",
33-
"assessNullUniqueNamePhaseStart": " Phase 2 (Preview): Scanning for existing records without a deployment reference ",
34-
"assessScanningEntity": "Scanning %s records...",
35-
"assessEntityFound": "Found %s %s record(s) that would be removed.",
14+
"noSpecialCharRecords": "No %s records found with special characters.",
15+
"foundSpecialCharRecordsToRemove": "Found %s %s record(s) with special characters to remove.",
16+
"deactivatingRecords": "Deactivating %s %s record(s)...",
17+
"deactivatedRecords": "Successfully deactivated %s %s record(s).",
18+
"deletingRecords": "Deleting %s %s record(s)...",
19+
"deletedRecords": "Successfully deleted %s %s record(s).",
20+
"errorRemovingSpecialCharRecords": "Error removing %s records with special characters: %s",
21+
"nullUniqueNameCleanupPhaseStart": "Phase 2: Removing records without a deployment reference (missing unique names) that prevent enabling the Omnistudio metadata API.",
22+
"nullUniqueNameCleanupSectionStart": "Scanning %s records for missing unique names...",
23+
"noNullUniqueNameRecords": "No %s records found with missing unique names.",
24+
"foundNullUniqueNameRecords": "Found %s %s record(s) with missing unique names.",
25+
"deactivationFailed": "Failed to deactivate %s (%s): %s",
26+
"deletionFailed": "Failed to delete %s (%s): %s",
27+
"errorAssessingSpecialCharRecords": "Error scanning %s records for special characters: %s",
28+
"errorAssessingNullUniqueNameRecords": "Error scanning %s records with missing unique names: %s",
29+
"errorCleaningNullUniqueNameRecords": "Error removing %s records with missing unique names: %s",
30+
"assessFlagDescription": "Preview which records would be removed by the clean command, without making any changes. Results are saved to the 'clean_assessment' folder.",
31+
"assessPhaseStart": "Starting assessment. Your org will not be modified.",
32+
"assessSpecialCharPhaseStart": "Phase 1 (Preview): Scanning for records with special characters in unique name fields.",
33+
"assessNullUniqueNamePhaseStart": "Phase 2 (Preview): Scanning for records without a deployment reference.",
34+
"assessScanningEntity": "Scanning %s...",
35+
"assessEntityFound": "Found %s %s record(s) eligible for removal.",
3636
"assessEntityNone": "No %s records require cleanup.",
37-
"assessmentFileWritten": "Saved assessment report: %s",
38-
"assessmentComplete": "Assessment complete. Review the report files in %s before running the clean command.",
39-
"assessmentNoRecords": "Your org is clean — no records require cleanup."
37+
"assessmentFileWritten": "Assessment report saved to: %s",
38+
"assessmentComplete": "Assessment complete. Review the reports in %s before running the clean command.",
39+
"assessmentNoRecords": "Your org is clean. No records require removal."
4040
}

0 commit comments

Comments
 (0)