Skip to content

Feat/migrate external cli plugins v2#170

Draft
harshitha-cstk wants to merge 25 commits into
v2-devfrom
feat/migrate-external-cli-plugins-v2
Draft

Feat/migrate external cli plugins v2#170
harshitha-cstk wants to merge 25 commits into
v2-devfrom
feat/migrate-external-cli-plugins-v2

Conversation

@harshitha-cstk
Copy link
Copy Markdown
Contributor

No description provided.

harshitha-cstk and others added 15 commits May 19, 2026 16:00
… documentation

- Moved the `@contentstack/apps-cli` plugin from the external plugin to the `cli-plugins` monorepo.
- Updated `AGENTS.md` to include Developer Hub apps in the purpose and added new sections for the Apps CLI plugin.
- Created `APPS-CLI-MIGRATION.md` to document the migration process and repository changes.
- Added new commands and configuration files for the Apps CLI plugin.
- Updated CI workflows to include testing and publishing for the Apps CLI plugin.
- Moved the `@contentstack/cli-cm-migrate-rte` plugin from the standalone repository to the `cli-plugins` monorepo.
- Updated documentation in `AGENTS.md` to include the new migrate RTE plugin and its purpose.
- Created `MIGRATE-RTE-MIGRATION.md` to document the migration process and repository changes.
- Added new commands, configuration files, and tests for the migrate RTE plugin.
- Updated CI workflows to include testing and publishing for the migrate RTE plugin.
- Introduced the `@contentstack/cli-bulk-operations` plugin for performing bulk operations on Contentstack content.
- Updated `AGENTS.md` to include the new bulk operations plugin and its purpose.
- Created migration documentation in `BULK-OPERATIONS-MIGRATION.md`.
- Added commands for bulk assets, entries, and taxonomies with detailed usage examples.
- Implemented CI workflows for testing and publishing the bulk operations plugin.
- Included necessary configuration files and updated README for the new plugin.
@github-actions
Copy link
Copy Markdown

🔒 Security Scan Results

ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.

Check Type Count (with fixes) Without fixes Threshold Result
🔴 Critical Severity 0 0 10 ✅ Passed
🟠 High Severity 0 0 25 ✅ Passed
🟡 Medium Severity 0 0 500 ✅ Passed
🔵 Low Severity 0 0 1000 ✅ Passed

⏱️ SLA Breach Summary

✅ No SLA breaches detected. All vulnerabilities are within acceptable time thresholds.

Severity Breaches (with fixes) Breaches (no fixes) SLA Threshold (with/no fixes) Status
🔴 Critical 0 0 15 / 30 days ✅ Passed
🟠 High 0 0 30 / 120 days ✅ Passed
🟡 Medium 0 0 90 / 365 days ✅ Passed
🔵 Low 0 0 180 / 365 days ✅ Passed

✅ BUILD PASSED - All security checks passed

cs-raj and others added 3 commits May 25, 2026 12:21
…repo (v2-beta)

Migrates the cli-cm-regex-validate plugin from its standalone repo into the
cli-plugins pnpm monorepo targeting v2 beta CLI dependencies. This is the
first npm publication of this package under the @contentstack scope.

- Add packages/contentstack-cli-cm-regex-validate with full source
- Set version to 2.0.0-beta.0 (first release), @contentstack/cli-command ~2.0.0-beta.7
  and @contentstack/cli-utilities ~2.0.0-beta.8
- Upgrade oclif from ^3.17.2 to ^4.23.0
- Move jest from dependencies to devDependencies
- Fix jest.config.ts testMatch to cover test/ directory (not just tests/)
- Add composite: true and esModuleInterop: true to tsconfig.json
- Wire into release-v2-beta-plugins.yml (tag: beta)
- Wire into unit-test.yml
- Update .github/config/release.json with regex-validate: false
- Update README.md, AGENTS.md, and add REGEX-VALIDATE-MIGRATION.md
- Update .talismanrc with checksums for new files

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
With esModuleInterop: true, CJS default-export modules must be imported
with import X from 'X' not import * as X from 'X'. The latter produces
a namespace object that is neither callable (jsonexport) nor constructable
(cli-table3), causing TS2349/TS2351 build errors.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…eration-v2

Enh/dx 7527 migrate-rte bulk-operation v2
@github-actions
Copy link
Copy Markdown

🔒 Security Scan Results

ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.

Check Type Count (with fixes) Without fixes Threshold Result
🔴 Critical Severity 0 0 10 ✅ Passed
🟠 High Severity 0 0 25 ✅ Passed
🟡 Medium Severity 0 0 500 ✅ Passed
🔵 Low Severity 0 0 1000 ✅ Passed

⏱️ SLA Breach Summary

✅ No SLA breaches detected. All vulnerabilities are within acceptable time thresholds.

Severity Breaches (with fixes) Breaches (no fixes) SLA Threshold (with/no fixes) Status
🔴 Critical 0 0 15 / 30 days ✅ Passed
🟠 High 0 0 30 / 120 days ✅ Passed
🟡 Medium 0 0 90 / 365 days ✅ Passed
🔵 Low 0 0 180 / 365 days ✅ Passed

✅ BUILD PASSED - All security checks passed

if (statusUrl) {
console.log('');
console.log(chalk.yellow.bold(` ${$t(messages.CHECK_STATUS_AT)}`));
console.log(chalk.yellow(` ${statusUrl}`));
cs-raj added 3 commits May 25, 2026 14:51
…gex-v2

feat: migrate @contentstack/cli-cm-regex-validate to cli-plugins monorepo (v2-beta)
@github-actions
Copy link
Copy Markdown

🔒 Security Scan Results

ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.

Check Type Count (with fixes) Without fixes Threshold Result
🔴 Critical Severity 0 0 10 ✅ Passed
🟠 High Severity 0 1 25 ✅ Passed
🟡 Medium Severity 0 1 500 ✅ Passed
🔵 Low Severity 0 0 1000 ✅ Passed

⏱️ SLA Breach Summary

✅ No SLA breaches detected. All vulnerabilities are within acceptable time thresholds.

Severity Breaches (with fixes) Breaches (no fixes) SLA Threshold (with/no fixes) Status
🔴 Critical 0 0 15 / 30 days ✅ Passed
🟠 High 0 0 30 / 120 days ✅ Passed
🟡 Medium 0 0 90 / 365 days ✅ Passed
🔵 Low 0 0 180 / 365 days ✅ Passed

ℹ️ 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:

  • Critical without fixes: 0
  • High without fixes: 1
  • Medium without fixes: 1
  • Low without fixes: 0

✅ BUILD PASSED - All security checks passed

@github-actions
Copy link
Copy Markdown

🔒 Security Scan Results

ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.

Check Type Count (with fixes) Without fixes Threshold Result
🔴 Critical Severity 0 0 10 ✅ Passed
🟠 High Severity 0 1 25 ✅ Passed
🟡 Medium Severity 0 2 500 ✅ Passed
🔵 Low Severity 0 0 1000 ✅ Passed

⏱️ SLA Breach Summary

⚠️ Warning: The following vulnerabilities have exceeded their SLA thresholds (days since publication).

Severity Breaches (with fixes) Breaches (no fixes) SLA Threshold (with/no fixes) Status
🔴 Critical 0 0 15 / 30 days ✅ Passed
🟠 High 0 0 30 / 120 days ✅ Passed
🟡 Medium 0 1 90 / 365 days ⚠️ Warning
🔵 Low 0 0 180 / 365 days ✅ Passed

ℹ️ 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:

  • Critical without fixes: 0
  • High without fixes: 1
  • Medium without fixes: 2
  • Low without fixes: 0

⚠️ BUILD PASSED WITH WARNINGS - SLA breaches detected for issues without available fixes

Consider reviewing these vulnerabilities when fixes become available.

cs-raj added 2 commits May 25, 2026 15:08
@github-actions
Copy link
Copy Markdown

🔒 Security Scan Results

ℹ️ Note: Only vulnerabilities with available fixes (upgrades or patches) are counted toward thresholds.

Check Type Count (with fixes) Without fixes Threshold Result
🔴 Critical Severity 0 0 10 ✅ Passed
🟠 High Severity 0 1 25 ✅ Passed
🟡 Medium Severity 0 2 500 ✅ Passed
🔵 Low Severity 0 0 1000 ✅ Passed

⏱️ SLA Breach Summary

⚠️ Warning: The following vulnerabilities have exceeded their SLA thresholds (days since publication).

Severity Breaches (with fixes) Breaches (no fixes) SLA Threshold (with/no fixes) Status
🔴 Critical 0 0 15 / 30 days ✅ Passed
🟠 High 0 0 30 / 120 days ✅ Passed
🟡 Medium 0 1 90 / 365 days ⚠️ Warning
🔵 Low 0 0 180 / 365 days ✅ Passed

ℹ️ 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:

  • Critical without fixes: 0
  • High without fixes: 1
  • Medium without fixes: 2
  • Low without fixes: 0

⚠️ BUILD PASSED WITH WARNINGS - SLA breaches detected for issues without available fixes

Consider reviewing these vulnerabilities when fixes become available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants