Feat/migrate external cli plugins v2#170
Conversation
… 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.
…migrate-apps-cli-v2
…te-bulk-operation-v2
…i-v2 Enh/dx 7524 migrate apps cli v2
…te-bulk-operation-v2
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
…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
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
…-migrate-cli-regex-v2
…gex-v2 feat: migrate @contentstack/cli-cm-regex-validate to cli-plugins monorepo (v2-beta)
🔒 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 |
feat: migrate contentstack-cli-content-type v2 into cli-plugins monorepo
🔒 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:
Consider reviewing these vulnerabilities when fixes become available. |
…-migrate-tsgen-v2
feat(tsgen): migrate contentstack-cli-tsgen into cli-plugins monorepo
🔒 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:
Consider reviewing these vulnerabilities when fixes become available. |
No description provided.