Skip to content

Releases: contentstack/cli

Release 1.53.1

15 Dec 08:12
a8d538f

Choose a tag to compare

What's Changed

Full Changelog: v1.53.0...v1.53.1

Release 1.53.0

09 Dec 12:21
b7b36e8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.52.0...v1.53.0

v2.0.0-beta.2

13 Nov 12:09
28fd30d

Choose a tag to compare

What's Changed

  • feat: Integrated CLIProgressManager and SummaryManager in export by @aman19K in #2037
  • feat: implemented progress and summary manager in utilities plugin by @aman19K in #2026
  • feat: Integrated CLIProgressManager and SummaryManager in variant export by @aman19K in #2046
  • refactor: removed summary & header from first process by @aman19K in #2052
  • feat: Integrated CLIProgressManager and SummaryManager in import (assets, stack, environments , taxonomies, locales, extensions & global-fields) by @aman19K in #2064
  • feat: Integrated CLIProgressManager and SummaryManager in personalize & variant-entries by @aman19K in #2080
  • feat: Integrated CLIProgressManager and SummaryManager across CT, custom-roles, entries, labels, etc. Added Strategy pattern implementation in utilities plugin by @aman19K in #2077
  • refactor: ProgressManager to use centralized constants for process names and status messages in both export and import by @aman19K in #2093
  • feat: added error section for summarizing failure events by @aman19K in #2118
  • fix: Progress Manager shows duplicate module counts and inaccurate personalize stats in --show-console output by @aman19K in #2133
  • Feat/dx 2955 cli progress manager by @aman19K in #2136
  • chore: remove deprecated JS & ContentVersion support, default to TypeScript modules, update export command to main only by @aman19K in #2145
  • chore: add workflow to release beta version and bumped version by @aman19K in #2146
  • docs: add migration guide from v1 to v2 by @aman19K in #2144
  • Main to v2 beta dev by @aman19K in #2150
  • fix: resolve 'Cannot read properties of undefined (reading register)' error in beta CLI by @aman19K in #2153
  • fix: export clearProgressModuleSetting function from utilities index by @aman19K in #2154

Full Changelog: v1.52.0...v2.0.0-beta.2

Release 1.52.0

12 Nov 11:13
cfc47de

Choose a tag to compare

What's Changed

Full Changelog: v1.51.1...v1.52.0

Release 1.51.1

30 Oct 13:11
4ec97f5

Choose a tag to compare

What's Changed

Full Changelog: v1.51.0...v1.51.1

Release 1.51.0

27 Oct 12:10
90b5c51

Choose a tag to compare

What's Changed

Full Changelog: v1.50.0...v1.51.0

Release 1.50.0

13 Oct 11:50
909369e

Choose a tag to compare

What's Changed

Full Changelog: v1.49.0...v1.50.0

Beta release 2.0.1

07 Oct 11:49
e510cdc

Choose a tag to compare

Beta release 2.0.1 Pre-release
Pre-release

What's Changed

  • fix: resolve 'Cannot read properties of undefined (reading register)' error in beta CLI by @aman19K in #2153

Full Changelog: v2.0.0-beta...v2.0.1-beta

Beta release 2.0.0-beta.1

07 Oct 13:27
954f826

Choose a tag to compare

Pre-release

What's Changed

  • fix: export clearProgressModuleSetting function from utilities index by @aman19K in #2154

Full Changelog: v2.0.1-beta...v2.0.0-beta.1

Beta Release 2.0.0

07 Oct 09:13
26dde0a

Choose a tag to compare

Beta Release 2.0.0 Pre-release
Pre-release

What's Changed

Major Changes:

TypeScript Module Support (Default)
BREAKING: Removed export-info.json file generation across relevant plugins.
NEW: Export and import operations now use TypeScript modules by default in plugins such as cli-cm-export (v2.0.0-beta) and cli-cm-import (v2.0.0-beta).

Main Branch Export (Default)
BREAKING: Export now defaults to the main branch only, instead of all branches by default, as seen in cli-cm-export (v2.0.0-beta).
NEW: Use the --branch flag to export specific branches when needed.

Progress Manager UI
NEW: Introduced a visual Progress Manager with real-time updates in the core CLI (@contentstack/cli v2.0.0-beta).
NEW: Provides detailed tracking of operation progress, success/failure indicators, and an improved user experience.
NEW: Users can now toggle between the new Progress Manager UI and the traditional console log mode for better control and visibility.

Package Updates:
Core CLI

Upgraded @contentstack/cli from v1.49.0 → v2.0.0-beta.
Updated Plugins

cli-cm-bootstrap: v1.16.0 → v2.0.0-beta
cli-cm-clone: v1.16.1 → v2.0.0-beta
cli-cm-export: v1.20.2 → v2.0.0-beta
cli-cm-import: v1.28.1 → v2.0.0-beta
cli-cm-seed: v1.12.2 → v2.0.0-beta
cli-variants: v1.3.3 → v2.0.0-beta

Full Changelog: v1.49.0...v2.0.0-beta