feat(utilities): register bulk-operations as a progress-supported module [DX-3882]#2643
feat(utilities): register bulk-operations as a progress-supported module [DX-3882]#2643harshitha-cstk wants to merge 2 commits into
Conversation
Add 'bulk-operations' to PROGRESS_SUPPORTED_MODULES so the logger suppresses console logs in favor of progress bars for the bulk commands, consistent with export/import/audit/clone.
🔒 Security Scan Results
⏱️ SLA Breach Summary
ℹ️ Vulnerabilities Without Available Fixes (Informational Only)The following vulnerabilities were detected but do not have fixes available (no upgrade or patch). These are excluded from failure thresholds:
✅ BUILD PASSED - All security checks passed |
There was a problem hiding this comment.
Pull request overview
Registers the bulk operations plugin as a progress-supported module in contentstack-utilities, so the logger can default to suppressing console logs and allow the progress-bar UX consistently across bulk operations commands.
Changes:
- Added
'bulk-operations'toPROGRESS_SUPPORTED_MODULESused by the logger to determine progress/console-log behavior.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
🔒 Security Scan Results
⏱️ SLA Breach Summary
ℹ️ Vulnerabilities Without Available Fixes (Informational Only)The following vulnerabilities were detected but do not have fixes available (no upgrade or patch). These are excluded from failure thresholds:
✅ BUILD PASSED - All security checks passed |
Overview
Adds
'bulk-operations'toPROGRESS_SUPPORTED_MODULESincli-utilities.Purpose
The logger gates console-log suppression on this list: when the active module is progress-supported,
showConsoleLogsdefaults tofalse(progress-bar UI). This entry lets the bulk operations commands use the progress-manager UX consistently with export/import/audit/clone.Notes
contentstack/cli-pluginswires the progress manager into the bulk-operations commands and depends on this list entry — this should land first/together.🤖 Generated with Claude Code