Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.38 KB

File metadata and controls

39 lines (30 loc) · 1.38 KB

Changelog

Please refer to the Contentstack Command-line Interface release notes here.

@contentstack/cli-bulk-operations

Version: 2.0.0-beta.5

Date: Jul-21-2025

Breaking Change:
  • Removed the api version flag from cm:stacks:bulk-entries. The NRP header value is now hardcoded at the SDK call site, so the flag is no longer needed. Any scripts or CI pipelines that pass this flag must remove it — it will cause an unrecognized-flag error after this release.
Fix:
  • Force NRP header to version 3.2 on all entry and asset publish/unpublish requests. The header is injected per-call and does not affect other CMA requests.

Date: Feb-09-2025

cli

  • Refactor Endpoints Integration using Utils SDK in cli-cm-config v1.9.0

cli beta

  • Updated @contentstack/cli-cm-export from ~2.0.0-beta.6 to ~2.0.0-beta.7
  • Updated @contentstack/cli-cm-clone from ~2.0.0-beta.7 to ~2.0.0-beta.8

@contentstack/cli-cm-clone

Version: 1.8.2

Date: June-30-2025

Fix:
  • resolve stack-clone auth failure for non-NA regions

@contentstack/cli-config

Version: 1.13.1

Date: July-21-2025

Fix:
  • Improve error handling in rate limit command

@contentstack/cli-cm-bulk-publish

Version: 1.8.2

Date: June-30-2025

Fix:
  • handle pagination in sync when no entries are returned.