Skip to content

Feat/migrate external cli plugins v1#162

Draft
harshitha-cstk wants to merge 18 commits into
developmentfrom
feat/migrate-external-cli-plugins-v1
Draft

Feat/migrate external cli plugins v1#162
harshitha-cstk wants to merge 18 commits into
developmentfrom
feat/migrate-external-cli-plugins-v1

Conversation

@harshitha-cstk
Copy link
Copy Markdown
Contributor

No description provided.

@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

Comment thread packages/contentstack-apps-cli/src/util/log.ts Dismissed
Comment thread packages/contentstack-apps-cli/src/commands/app/index.ts Dismissed
@harshitha-cstk harshitha-cstk force-pushed the feat/migrate-external-cli-plugins-v1 branch from 8c9b611 to 137f9ae Compare May 22, 2026 08:31
@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

@harshitha-cstk harshitha-cstk self-assigned this May 22, 2026
cs-raj and others added 12 commits May 25, 2026 00:21
…orepo

Adds the contentstack-cli-tsgen OCLIF plugin package under packages/,
wires it into CI (unit tests, integration tests, production release),
and registers it in the monorepo config and README.
…repo (v1)

Migrates the cli-cm-regex-validate plugin from its standalone repo into the
cli-plugins pnpm monorepo targeting v1 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 1.0.0 (first release), @contentstack/cli-command ^1.8.2
  and @contentstack/cli-utilities ^1.18.3
- 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-production-plugins.yml (tag: latest)
- 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>
- Add esModuleInterop: true and composite: true to tsconfig.json
  (were missing from v1 branch)
- Fix generate-output.ts: import jsonexport/cli-table3 as default
  imports instead of namespace imports — with esModuleInterop, CJS
  default-export modules require `import X from 'X'` not
  `import * as X from 'X'` (fixes TS2349/TS2351/TS1259)

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

Enh/dx 7527 migrate-rte bulk-operation v1
feat(DX-7531): migrate contentstack-cli-tsgen v1 into cli-plugins monorepo
…gex-v1

feat: migrate @contentstack/cli-cm-regex-validate to cli-plugins monorepo (v1)
…igration-v1

feat(DX-7525): migrate contentstack-cli-content-type v1 into cli-plugins monorepo
@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 2 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.

Comment thread packages/contentstack-bulk-operations/src/base-bulk-command.ts Dismissed
Comment thread packages/contentstack-migrate-rte/src/lib/util/index.js Dismissed
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