Feat/migrate external cli plugins v1#162
Draft
harshitha-cstk wants to merge 17 commits into
Draft
Conversation
…initial implementation
…pps-cli and rollup plugins
…i-v1 Enh/dx 7524 migrate apps cli v1
…o with initial implementation and setup
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
8c9b611 to
137f9ae
Compare
🔒 Security Scan Results
⏱️ SLA Breach Summary
✅ BUILD PASSED - All security checks passed |
…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
…-migrate-tsgen-v1
feat(DX-7531): migrate contentstack-cli-tsgen v1 into cli-plugins monorepo
…-migrate-cli-regex-v1
…gex-v1 feat: migrate @contentstack/cli-cm-regex-validate to cli-plugins monorepo (v1)
…-content-type-migration-v1
…igration-v1 feat(DX-7525): migrate contentstack-cli-content-type v1 into cli-plugins monorepo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.