Please refer to the Contentstack Command-line Interface release notes here.
- 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.
- 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.
- Refactor Endpoints Integration using Utils SDK in cli-cm-config v1.9.0
- 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
- resolve stack-clone auth failure for non-NA regions
- Improve error handling in rate limit command
- handle pagination in sync when no entries are returned.