merge v2 beta to development - #2682
Open
harshitha-cstk wants to merge 800 commits into
Open
Conversation
version bump
DX | 23-03-2026 | Release V2
chore: versison bump
chore: fix version bump
Back merge
chore: fix summary message
…expire Refactor OAuth token refresh logic in AuthHandler to prevent concurre…
chore: update package versions and dependencies across contentstack p…
DX | 30-03-2026 | Release | v2-beta
… up pnpm-lock.yaml
v2 added cursor rules
corrected version bump
…ger mode Progress-supported modules (e.g. bulk-operations) omitted the console transport entirely when console logs were disabled, so errors and warnings — like an invalid stack API key or a taxonomy error — were written to file but silently swallowed on screen. Attach the console transport for error and warn levels regardless of showConsoleLogs, while keeping info/success/debug hidden so the progress bars stay clean. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…-warnings DX-9992 | Show errors and warnings on console in progress-manager mode
Reverted the version bump for the core pacakge
DX | 27-07-2026 | Release | CLI Beta
Extends the V1→V2 migration guide with all breaking changes identified through a complete file-by-file code verification pass across every package in the cli and cli-plugins repos. Sections added (8–18): - Flag renames on export/import/export-to-csv (--data→--data-dir, -s, -B, --skip-app-recreation) - Export directory structure changes (per-UID global fields/CTs, schema.json removed, branches.json removed) - V2 export + V1 import silent data loss (content types and global fields silently skipped) - Command aliases removed (cm:export, cm:import, audit, audit:fix, tokens, cm:seed) - content-type:* deprecated flags removed (--stack, --token-alias, 10+ short chars) - --api-version removed from bulk-entries and bulk-taxonomies (hardcoded 3.2) - Short char removals across migration, migrate:convert, migrate:export, app:create - Console log config key renamed (show-console-logs → showConsoleLogs) - 13 bootstrap app configs removed (8 deprecated starters + 4 sample apps) - Seed stack list now curated (4 stacks; GitHub dynamic search removed) - Ctrl+C exits with code 130 instead of throwing ExitPromptError Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ditions docs: add 11 missing breaking changes to MIGRATION.md
fix: mixed logging
chore: contentstack version bump 29-07-2026
version bump
back merge
The --branch flag was defined in the flags schema but never read in
run() and never persisted in configHandler.set(). Token objects were
always saved as { token, apiKey, type } or { token, apiKey, environment,
type } — branch was never included. The feature was planned but never
completed.
Removed:
- --branch flag definition in auth/tokens/add.ts
- Two it.skip tests that only existed to test branch-on-token behaviour
- --branch args from the one active test that passed them (test was
asserting on errorStub which was never called, making it vacuous)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- cm:migration alias: correct exception note — alias was removed, not preserved - Seed curated list: 4 repos → 3 repos, remove stack-starter-app entry - Bootstrap flags: --appType / -s is removed (no replacement), not renamed to --app-type - Strip internal ticket reference from stack-starter-app note Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
V1 back merge
…ecated-flags-aliases fix(DX-10057): remove dead --branch flag from auth:tokens:add
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
🔒 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 |
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.