CLI Changelog
CLI Version 2.0-beta
Release Date: Oct 07, 2025
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
CLI Version 1.50
Release Date: Oct 13, 2025
Enhancements:
- Implemented the new logger system in the audit command via the cli-audit (v1.15.0) plugin to improve log consistency and error traceability.
CLI Version 1.49
Release Date: Oct 06, 2025
Enhancements:
- Added Setup Branches in the cli-cm-import-setup (v1.6.0) plugin to validate the branch and map the --branch-alias flag to the corresponding branch UID.
- Used the utility in the cli-cm-import-setup (v1.6.0) plugin to validate and set the branch if the stack is branch-enabled.
CLI Version 1.48
Release Date: Sep 29, 2025
Enhancements:
- Added support for the --branch-alias flag in the cli-cm-export-query (v1.0.0-beta.4) plugin.
Bugs & Security Fixes:
- Resolved a corrupted config issue that occurred during the prepack stage in the cli-utilities (v1.14.3) plugin.
Documentation Updates:
- Updated the Query-based Export document to include the --branch-alias flag support.
Release Date: Sep 22, 2025
Enhancements:
- cli-cm-branches (v1.6.0):
- Enhanced the cm:branches:diff command with CSV export support for the --format "detailed-text" option. Users can now generate detailed CSV reports that show actual field values and differences between branches.
- cli-cm-import (v1.28.1)::
- Updated logger to v2.
Bugs & Security Fixes:
- cli-cm-import (v1.28.1):
- Fixed import path validation to improve accuracy in resolving paths.
- cli-utilities (v1.14.2):
- Resolved refresh token issues occurring with custom regions.
Documentation Updates:
- Updated the Compare and Merge Branches using the CLI document with CSV export support.
CLI Version 1.47
Release Date: Sep 15, 2025
Enhancements:
- cli-cm-import (v1.28.0) and cli-cm-import-setup (v1.5.0):
- Improved directory path validation to correctly resolve branch-specific paths for branch-enabled stacks.
- cli-config (v1.15.2):
- Improved config:set:log command behavior:
- Log path and log level are now optional parameters.
- Default values are applied if parameters are omitted, avoiding unnecessary user prompts.
- Enhanced config:get:log output:
- Now displays the absolute path of the configured log file for better clarity and debugging.
- Improved config:set:log command behavior:
- cli-variants (v1.3.3):
- Fixed an issue where variant records were skipped or failed in the Publish Queue during import across production regions.
- cli-utilities (v1.14.1):
- Added detailed error reporting for API failures, including an errors property with specific failure information.
CLI Version 1.46
Release Date: Sep 01, 2025
Enhancements:
- Added the --branch-alias flag to the following plugins:
- cli-cm-export (v1.20.0)
- cli-cm-import (v1.27.0)
- Added the --source-branch-alias and --target-branch-alias flags to the cli-cm-clone (v1.16.0) plugin.
- Added a utility to the cli-utilities (v1.14.0) plugin to fetch branches using a branch alias.
- Added a bulk publish queue link to the cli-cm-bulk-publish (v1.10.0) plugin for better visibility and tracking.
- Added new bootstrap projects to the cli-cm-bootstrap (v1.16.0) plugin.
Bugs & Security Fixes:
- Fixed issues with retrieving entries from specific branches in the cli-cm-export-to-csv (v1.9.2) plugin.
- Resolved branch prompt issues in the cli-cm-clone (v1.16.0) plugin for branch-enabled stacks when using the --source-stack-api-key flag.
- Fixed issues with union references in the types-generator (v3.7.1) plugin for more accurate type generation.
- Upgraded dependencies in the cli-tsgen (v4.6.1) plugin for improved compatibility and stability.
Documentation Updates:
CLI Version 1.45
Release Date: Aug 25, 2025
Enhancements:
- types-generator (v3.7.0) and cli-tsgen (v4.6.0):
- Enhanced error logging to provide clearer insights during type generation.
Bugs & Security Fixes:
- cli-cm-import (v1.26.3) and cli-utilities (v1.13.2):
- Error messages are now logged to both the console and the log file for better visibility.
- A user-friendly error message is now displayed when the environments folder is missing during entry import, replacing the previous generic or unhandled error.
Release Date: Aug 18, 2025
Enhancements:
- Added support for Multi-Factor Authentication (MFA) using Authenticator apps in the login command via the cli-auth (v1.6.0) plugin.
- Introduced the --include-referenced-entry flag in the types-generator (v3.6.0) and cli-tsgen (v4.5.0) plugins to enable retrieval of referenced entries in union types.
Bugs & Security Fixes:
- Resolved potential runtime errors during import by handling cases where the environment sub-folder may be missing in the cli-cm-import (v1.26.2) plugin.
Documentation Updates:
- Updated the Generate Typescript typings with TSGen Plugin document to include details on the --include-referenced-entry flag for the ReferencedEntry interface.
- Updated the CLI Authentication and Adding Tokens document to guide users on enabling automatic OTP generation for MFA-enabled Contentstack accounts.
CLI Version 1.44
Release Date: Aug 11, 2025
Enhancements:
- types-generator (v3.5.0):
- Added taxonomy support for entries with term_uid.
- contentstack-cli-tsgen (v4.4.0):
- Added generation of term_uid for CmsTaxonomy type.
Bugs & Security Fixes:
- cli-cm-import-setup (v1.4.1):
- Fixed import setup dependencies.
- cli-cm-export (v1.18.1):
- Fixed entries export with dependencies.
- contentstack-apps-cli (v1.6.1):
- Fixed fetch app issue by routing calls through the Marketplace SDK.
Release Date: Aug 04, 2025
Enhancements:
- Added support for the --show-console-logs flag in the cli-config (v1.15.0) plugin to enable optional logging to the console.
- Added the Assets and Field-rules module to the audit fix executed before the import command in the cli-cm-import (v1.26.1) plugin.
- Released the Beta version of the cli-cm-query-export (v1.0.0-beta.2) plugin for exporting filtered content via queries.
Bugs & Security Fixes:
- Fixed an issue with the default log storage path in the cli-utilities (v1.13.1) and cli-auth (v1.5.1) plugins, ensuring logs are stored correctly across environments.
Release Date: Jul 28, 2025
Enhancements:
- Logger and ErrorManager Implementation:
- Introduced consistent, secure, and contextual logging across the CLI apps. Features include:
- Multi-level logs
- Automatic error classification
- Redaction of sensitive data
- Centralized log storage
- Implemented the above features in the following plugins:
- cli-auth (v1.5.0)
- cli-cm-import (v1.26.0)
- cli-cm-export (v1.18.0)
- Introduced consistent, secure, and contextual logging across the CLI apps. Features include:
- types-generator (v3.4.0):
- Added partial type generation support with improved error logging for better developer feedback.
- contentstack-apps-cli (v1.6.0):
- Replaced managementSDK calls with marketplaceSDK for app-related operations.
Bugs & Security Fixes:
- Upgraded dependencies in the following plugins to ensure up-to-date and secure operations:
- cli-tsgen (v4.3.0)
- cli-audit (v1.14.0)
- cli-cm-bootstrap (v1.15.0)
- cli-cm-branches (v1.5.0)
- cli-cm-bulk-publish (v1.9.0)
- cli-cm-clone (v1.15.0)
- cli-cm-export-to-csv (v1.9.0)
- cli-cm-import-setup (v1.4.0)
- cli-cm-migrate-rte (v1.6.0)
- cli-cm-seed (v1.12.0)
- cli-command (v1.6.0)
- cli-config (v1.14.0)
- cli-migration (v1.8.0)
- cli-utilities (v1.13.0)
- cli-variants (v1.3.0)
Documentation Updates:
- Introduced the Configure CLI Logging Preferences guide to help users to set and retrieve logging preferences in Contentstack CLI.
CLI Version 1.43
Release Date: Jul 17, 2025
Bugs & Security Fixes:
- Resolved the pending global field update issues in cli-cm-import (1.25.1).
Release Date: Jul 14, 2025
Enhancements:
- Added support for stack module import in cli-cm-import (v1.25.0), enabling more modular and reusable content structures.
Bugs & Security Fixes:
- Upgraded package dependencies in the following plugins to ensure improved performance and compatibility:
- cli-utilities (v1.12.1)
- cli-cm-clone (v1.14.3)
- cli-cm-seed (v1.11.3)
Documentation Updates:
- Updated the Import Content using the CLI document to reflect the stack module support.
CLI Version 1.42
Release Date: Jul 07, 2025
Enhancements:
- Added AWS-AU region support in the following plugins:
- cli-cm-import (v1.24.0)
- cli-cm-export (v1.17.0)
- cli-cm-import-setup (v1.3.0)
- cli-config (v1.13.0)
- cli-tsgen (v4.2.0)
- types-generator (v3.3.0)
- Introduced stack module export functionality in the cli-cm-export (v1.17.0) plugin.
- Added CSPL tags support in the following plugins:
- types-generator (v3.3.0)
- cli-tsgen (v4.2.0)
Bugs & Security Fixes:
- cli-tsgen (v4.2.0):
- Fixed issue where UID was not added as a field in types.
- Handled scenario where file types have no dimensions.
- Resolved duplicate name issue with modular blocks.
- cli-cm-bulk-publish (v1.8.2):
- Handled pagination in sync operations when no entries are returned, ensuring smooth processing.
Documentation Updates:
- AWS-AU region support::
- Other updates::
- Export Content using the CLI — updated to reflect the stack module support.
- Generate TypeScript Typings with the TSGen Plugin — updated to reflect the editable tags support.
CLI Version 1.41
Release Date: Jun 13, 2025
Enhancements:
- cli-cm-export (v1.16.3):
- Added support for including parent_uid in the asset metadata, enabling more accurate content relationships during the export operations.
Release Date: Jun 09, 2025
Bugs & Security Fixes:
- cli-audit (v1.13.0):
- Added support for Nested Global Fields to improve audit report accuracy.
- cli-cm-bootstrap (v1.14.1):
- Fixed failing test cases and added workflow for bootstrap test cases.
- cli-cm-export (v1.16.2) & cli-cm-import (v1.23.0):
- Added null checks for developerHubUrl before assigning to exportConfig
and importConfig.
- Added null checks for developerHubUrl before assigning to exportConfig
- cli-config (v1.12.1):
- Enhanced URL normalization using regex to better support dynamic environment handling.
- cli-utilities (v1.12.0):
- Added logger integration and improved error handling for more robust CLI output.
- types-generator (v3.1.0):
- Made the version key optional for global fields to support a broader range of content models.
- cli-tsgen (v4.0.2):
- Upgraded dependencies to maintain compatibility and address known issues.
Documentation Updates
- Updated Configure Rate Limits in the CLI document to reflect the rate limit utilization enhancement.
Release Date: May 26, 2025
Bugs & Security Fixes:
- Fixed an issue in the cli-cm-import (v1.22.0) plugin to prevent Marketplace apps from being recreated by default during import operations.
- Upgraded dependencies for the following plugins to ensure security, performance, and compatibility:
- cli-cm-clone (v1.14.1)
- cli-cm-seed (v1.11.1)
- cli-utilities (v1.11.1)
- cli-cm-regex-validate (v1.2.4)
CLI Version 1.40
Release Date: May 19, 2025
Bugs & Security Fixes:
- cli-cm-export-to-csv (v1.8.1):
- Fixed failing test cases to ensure reliability.
- Integrated plugin into the Unit Testing workflow for ongoing quality assurance.
- types-generator (v3.0.1):
- Fixed an issue with the Nested Global Fields in Modular Blocks, improving type generation accuracy.
- cli-tsgen (v4.0.1):
- Upgraded the types-generator dependency to align with the latest enhancements and fixes.
Release Date: May 12, 2025
Bugs & Security Fixes:
- cli-cm-branches (v1.4.2):
- Resolved rate limit errors during branch merge operations.
- Fixed merge failures that occurred when using various merge strategies (overwrite with compare, merge base, merge compare).
- types-generator (v3.0.0):
- Fixed Snyk vulnerabilities and upgraded packages for improved security.
- contentstack-cli-tsgen (v4.0.0):
- Upgraded packages for compatibility and stability.
Release Date: May 06, 2025
Bugs & Security Fixes:
- Resolved an issue where empty payload objects were causing 400 Bad Request errors in the GCP region.
- migrate-rte plugin:
- Fixed test cases and included them in automated workflows for consistent validation.
- cli-migration plugin:
- Fixed all eslint issues to align with code quality standards.
Release Date: Apr 29, 2025
Enhancements:
- audit plugin:
- Improved deletion handling for non-referenced fields when corresponding reference fields are empty.
- Added checks to ignore boolean and select fields with empty schemas.
Bugs & Security Fixes:
- Fixed handling of ignored content types during branch merging.
- Resolved locale mapping issues involving fallback locales during import.
- Fixed a path traversal vulnerability in the following plugins:
- apps-cli (v1.5.1)
- contentstack-import (v1.7.9)
- contentstack-export (v1.6.5)
Documentation Updates:
- Revamped the CLI Authentication and Adding Tokens documentation for improved clarity and ease of use.
Release Date: Apr 21, 2025
Enhancements:
- cli-audit (v1.12.0):
- Added a summary section in CLI for Audit Fix to improve clarity in CLI output.
- cli-config (v1.12.0):
- Updated the AWS region names to support AWS-NA and AWS-EU.
Bugs & Security Fixes:
- cli-cm-import (v1.21.1):
- Upgraded dependency packages to enhance stability and maintain security compliance.
Documentation Updates:
- cli-config (v1.12.0):
- Updated the Configure Regions in the CLI doc to include the AWS-NA and AWS-EU regions.
CLI Version 1.39
Release Date: Apr 14, 2025
Enhancements:
- Migrated CLI from oclif v3 to v4 to ensure long-term compatibility and stability.
- Replaced deprecated ux.table() with the new cliux.table() utility based on tty-table.
- Standardized table rendering across all commands for consistent CLI output.
- Impacted internal plugins::
- cli-audit (v1.11.0)
- cli-auth (v1.4.0)
- cli-cm-bootstrap (v1.14.0)
- cli-cm-branches (v1.4.0)
- cli-cm-bulk-publish (v1.8.0)
- cli-cm-clone (v1.14.0)
- cli-cm-export (v1.16.0)
- cli-cm-export-to-csv (v1.8.0)
- cli-cm-import (v1.21.0)
- cli-cm-import-setup (v1.2.0)
- cli-cm-migrate-rte (v1.5.0)
- cli-cm-seed (v1.11.0)
- cli-command (v1.4.0)
- cli-config (v1.11.0)
- cli-migration (v1.7.0)
- cli-utilities (v1.10.0)
- cli-variants (v1.2.0)
- contentstack-cli-launch (v1.8.0)
- Impacted external plugins::
- contentstack-apps-cli (v1.5.0)
- contentstack-cli-content-type (v1.3.0)
- contentstack-cli-tsgen (v3.5.0)
CLI Version 1.38
Release Date: Apr 07, 2025
Enhancements:
- Added missing branch flag handling in cli-cm-import-setup (v1.1.2).
- Published packages to npmjs in the following plugins:
- datasync-mongodb-sdk (v1.0.10)
- datasync-filesystem-sdk (v1.0.16)
Bugs & Security Fixes:
- Masked Contentstack patterns and OAuth tokens in the following plugins:
- cli-cm-export (v1.15.2)
- cli-cm-import (v1.20.2)
- cli-utilities (v1.9.0)
- cli-variants (v1.1.6)
- Validated multiple field is an array in cli-audit (v1.10.0).
- Upgraded dependencies in the following plugins:
- cli-auth (v1.3.25)
- cli-cm-bootstrap (v1.13.3)
- cli-cm-branches (v1.3.1)
- cli-cm-bulk-publish (v1.7.4)
- cli-cm-clone (v1.13.3)
- cli-cm-export-to-csv (v1.7.4)
- cli-cm-migrate-rte (v1.4.22)
- cli-cm-seed (v1.10.3)
- cli-config (v1.10.1)
- cli-migration (v1.6.6)
- cli-tsgen (v3.4.1)
- datasync-content-store-filesystem (v2.1.2)
- Fixed RTE JSON field handling and removed unused imports in types-generator (v2.3.1).
CLI Version 1.37
Release Date: Mar 25, 2025
Enhancements:
- contentstack-cli-audit (v1.9.0)
- Enhanced handling of references in entries using the legacy format.
Bugs & Security Fixes:
- contentstack-cli-tsgen (v3.3.1):
- Fixed SRE issues related to URL sanitization.
- contentstack-cli-content-type (v1.2.3):
- Updated dependencies and imports.
CLI Version 1.36
Release Date: Mar 11, 2025
New Features:
- cli (v1.36.0):
- Added support for GCP-EU.
Enhancements:
- cli (v1.36.0):
- Added versioning to assets and entries that will be published using Bulk Publish.
- Introduced Audit and Audit Fix to check and correct the publish details of entries and assets.
- datasync-filesystem-sdk (v1.0.16):
- Updated release.yml actions to the latest versions and upgraded to Node.js v22.
- datasync-content-store-mongodb (v1.0.9):
- Updated release.yml actions to the latest versions and upgraded to Node.js v22.
Bugs & Security Fixes:
- cli (v1.36.0):
- Fixed general bugs and improved stability.
- Upgraded Axios to version 1.8.2.
- datasync-manager (v2.0.8):
- Fixed SRE issues related to URL sanitization.
- datasync-content-store-mongodb (v1.0.9):
- Refactored error messages in deletion, publishing, and unpublishing test cases.
- Updated dependencies.
- Upgraded to Node.js v22.
- datasync-content-store-filesystem (v2.1.1):
- Updated Node.js version to 20 in the Readme.md file.
Documentation Updates:
- Updated the Import Content using the CLI doc to include the skip-assets-publish and skip-entries-publish flags.
- Updated CLI documentation for the GCP-EU support.
CLI Version 1.35
Release Date: Mar 05, 2025
Bugs & Security Fixes:
- Fixed the 'Expected "source" to be a string, but received an object.' error in the Import plugin.
Release Date: Mar 03, 2025
Bugs & Security Fixes:
- contentstack-auth plugin:
- Fixed logout error in OAuth flow.
- contentstack-import plugin:
- Resolved the Cannot find module 'personalize' error.
- contentstack-mongodb-sdk (v1.0.9):
- Fixed SRE issues.
Release Date: Feb 17, 2025
Fixes:
- cli (v1.35.2):
- Dependency upgrade and removed unused dependency.
- contentstack-cli-tsgen (v3.3.0):
- Upgraded dependencies.
Release Date: Feb 11, 2025
Enhancements:
- types-generator (v2.2.0):
- Added support for JSON RTE fields.
- datasync-content-store-filesystem (v2.1.0):
- Added support for enableContentReferences and enableAssetReferences.
Bugs & Security Fixes:
- contentstack-import-setup (v1.0.1):
- Fixed an issue where extension UID was missing due to incorrect Marketplace App UID mapping.
- datasync manager (v2.0.7):
- Upgraded package: braintree/sanitize-url.
- datasync-content-store-filesystem (v2.1.0):
- Fixed an issue for handling undefined objects.
- Upgraded packages: rimraf, mkfrip.
Release Date: Feb 06, 2025
Enhancements:
- cli (v1.35.0):
- Added support for branches and global fields in the import-setup command (v1.0.0).
- Added skip-app-recreation flag in the import plugin.
- types-generator (v2.1.0):
- Added support for nested global fields.
Bugs & Security Fixes:
- contentstack-cli-tsgen (v3.2.0):
- Updated workflows and test cases to enhance functionality and security.
Documentation Updates:
- Updated the Import Content using the CLI documentation to include guidance on overwriting existing content.
- Introduced new documentation on Overwriting Existing Content using the CLI Import.
CLI Version 1.34
Release Date: Feb 03, 2025
Enhancements:
- Added support for server command in cli-launch (v1.5.0)
- Added redeploy-latest & redeploy-last-upload flag in launch command for cli-launch (v1.5.0)
- Added support for enableContentReferences and enableAssetReferences in datasync-content-store-mongodb (1.0.8)
Bug and Security Fixes:
- Fixed Synk issues in:
- datasync-mongodb-sdk (1.0.8)
- datasync-filesystem-sdk (1.0.15)
- datasync-content-store-mongodb (1.0.8)
CLI Version 1.33
Release Date: Jan 17, 2025
Enhancements:
- Added auto-installation of TSGen Plugin in the CLI.
Bug & Security Fixes:
- cli-cm-regex plugin (v1.2.2):
- Updated dependency versions.
- datasync-filesystem-sdk (1.0.14):
- Fixed an issue where the non-published references were returned by DataSync when using the include([Array of refs]) function, causing UIDs to become mixed up.
CLI Version 1.32
Release Date: Jan 09, 2025
Enhancements:
- Added entry locale and content-type UID in generated audit reports.
- Introduced support for custom region types-generator (v2.0.3).
Bug & Security Fixes:
- CLI:
- Fixed server response errors when fetching server logs using CLI Launch.
- Resolved inconsistencies between flag descriptions in the documentation and the CLI UI.
- Fixed type mismatch issues in generated types using the types-generator (v2.0.3).
- datasync-filesystem-sdk (1.0.13):
- Updated broken links in the Readme.md file that previously pointed to non-existent pages.
- datasync-mongodb-sdk (1.0.7):
- Fixed all failing test cases.
- Resolved SRE and Snyk issues.
Release Date: Dec 12, 2024
Bug & Security Fixes:
- Resolved the flag description mismatches in the UI and CLI documentation.
- Resolved the Variant ID not found issue during import.
Release Date: Dec 05, 2024
Enhancements:
- Added a deprecation notice for customers using the outdated CLI versions.
Bug & Security Fixes:
- Fixed an error occurring during the import of variants.
CLI Version 1.31
Release Date: Dec 05, 2024
Enhancements:
- Added support for Google Cloud Platform (GCP) in the Launch plugin.
CLI Version 1.30
Release Date: Nov 14, 2024
Enhancements:
- Added support for bulk publishing of variants in the Bulk Publish plugin, allowing users to publish multiple variants simultaneously.
Bug & Security Fixes:
- Resolved an issue with null values in the Select field of the Audit plugin to prevent errors during audits.
Documentation Updates:
- Updated the Bulk Publish and Unpublish Content documentation to reflect support for bulk publishing of variants.
CLI Version 1.29
Release Date: Nov 08, 2024
Enhancements:
- Added support for rate limits in cross-publish, unpublish & publish-unpublished-env in the bulk-publish plugin.
CLI Version 1.28
Release Date: Oct 22, 2024
Bug & Security Fixes:
- Resolved the issue where the import command was previously publishing only Entry Variants in the master locale, and now Entry Variants imports publish to all specified locales.
Release Date: Oct 17, 2024
New Features:
- Added a rate limit configuration option in the CLI for setting and removing the rate limits.
Enhancements:
- Added support for rate limits in bulk publishing of assets and entries.
- Replaced Developer Hub URL with getter method in the apps-cli plugin version 1.3.4.
Bug & Security Fixes:
- Fixed the issue of missing variant entries when using the branch flag.
- Migrated oclif unit test cases from version 2 to version 4 in apps-cli plugin version 1.3.4.
- Resolved the exit issue that occurred when an organization was not selected in apps-cli plugin version 1.3.4.
- Handled the incomplete initial sync issue caused by entry references in datasync-manager version 2.0.6.
- Fixed the issue of lost references due to incorrect merge during schema list creation in datasync-filesystem-sdk version 1.0.12.
- Updated the getReference path method to remove duplicate values in datasync-mongodb-sdk version 1.0.6.
- Upgraded MongoDB to version 6 in datasync-mongodb-sdk version 1.0.6.
- Resolved a UID clash that caused TypeScript file generation issues in contentstack-cli-tsgen version 3.0.1.
CLI Version 1.27
Release Date: Oct 10, 2024
Bug & Security Fixes:
- The logs folder, which was previously created in the root directory before command execution, will now be created in the location defined by the CS_CLI_LOG_PATH environment variable.
Release Date: Oct 04, 2024
Enhancements:
- Added support for Personalize and Variants in the import and export CLI plugins.
- Added OAuth authentication support for Personalize and Variants in CLI.
Documentation Updates:
- Updated the Import Content using the CLI, Export Content using the CLI, and Configure Regions in the CLI documents to include support for Personalize and Variants.
CLI Version 1.25
Release Date: Sep 24, 2024
Enhancements:
- Updated the Launch plugin.
Bug & Security Fixes:
- Fixed SRE issues.
- Fixed the deprecation warning issues in Node version 22.
Release Date: Sep 10, 2024
New Features:
- Compass Starter integration with the Bootstrap command (version 1.11.0).
Enhancements:
- Added support for generating separate interfaces for the modular blocks in the Tsgen Plugin (version 3.0.0).
Bug & Security Fixes:
- Updated the Axios Library to version 1.7.4.
- Fixed an issue in which CSV files were not generated for entries missing a Title field.
- Fixed an issue in which a select field was treated as empty when the data type was numeric and the value was 0.
- Resolved the audit failure issue in organizations with disabled branches.
- Ensured that branches present in custom roles are handled properly before importing to the Audit Plugin.
CLI Version 1.24
Release Date: Sep 02, 2024
Enhancements:
- Added support for Launch and Developer Hub URLs in the Config region.
Bug & Security Fixes:
- Updated Axios to version 1.7.4 in the apps-cli plugin (version 1.3.3).
- Fixed an issue with Launch URL creation in the Deploy command of the apps-cli plugin (version 1.3.3).
Documentation Updates:
- Updated the Config Regions in the CLI document to include the --launch and --developer-hub flags.
CLI Version 1.23
CLI Version 1.22
Release Date: Aug 09, 2024
Enhancements:
- New Script for Environment Mapping: Added a script to map environments from one stack to another, allowing entries to be published in the corresponding environment in the destination stack.
- Marketplace SDK Integration in apps-cli Plugin (version 1.3.2): Updated the apps-cli plugin (version 1.3.2) by replacing all API calls with the new Marketplace SDK for the reinstall and deploy commands.
Bug & Security Fixes:
- SRE Issues: Fixed all SRE issues.
- Breaking Test Cases in apps-cli Plugin (version 1.3.2): Fixed all breaking test cases in the apps-cli plugin (version 1.3.2).
- --org Flag Addition in apps-cli Plugin (version 1.3.2): Added the --org flag to the --help section, now included under FLAGS for all the commands and under EXAMPLES in the deploy command.
CLI Version 1.21
Release Date: Aug 06, 2024
Enhancements:
- New flags for environment variables: Introduced new flags to allow adding environment variables in the Launch command.
Bug & Security Fixes:
- Localization issue fixed: Resolved the issue where localized entries were being published from the master locale during the import operation.
- Region setting error fixed: Resolved the "cannot read properties of undefined (reading 'replace')" error that occurred when the region was not set while creating an app.
Documentation Updates:
- CLI documentation: Updated the CLI for Launch guide with flag changes for environment variables.
Release Date: Aug 02, 2024
Bug & Security Fixes:
- Resolved an issue where Custom Field names were duplicated in the UI location of a custom extension when re-importing to a different branch within the same stack.
Release Date: Jul 31, 2024
Enhancements:
- Added installation to handle missing modules while running the Migration command.
- Enhanced the CLI logger.
Bug & Security Fixes:
- Fixed the org UID validation issue in CLI Launch.
- Updated UI texts for the Migration plugin.
- Fixed SRE issues in the apps-cli plugin (version 1.3.0).
- Fixed the invalid boilerplate error in the apps-cli plugin (version 1.3.0).
Documentation Updates:
- Updated the Apps CLI Plugin document with --boilerplate flag changes.
CLI Version 1.20
Release Date: Jul 17, 2024
Bug & Security Fixes:
- Resolved the issue where plugins installed from the Marketplace were removed from entries after cloning.
- Fixed SRE issues for the contentstack-cli (version 3.1.6) plugin.
- Fixed SRE issues and added Utility Deprecation Warning notes for the contentstack-export (version 1.6.4), contentstack-import (version 1.7.8), and bulk-publish-entries-assets (version 1.1.1) plugins.
Release Date: Jul 04, 2024
New Features:
- Introduced the app:deploy command in the apps-cli plugin version 1.2.0.
Enhancements:
- Added a flag in the Import plugin to exclude the import of global modules (Webhooks) when importing multiple branches of the same stack.
Bug & Security Fixes:
- Fixed the audit failure that occurs when there are no publish_details included in the entry.
- Fixed SRE issues.
Documentation Updates:
- Added the app:deploy command updates in the Apps CLI Plugin document.
- Updated the Import document with a new flag to exclude the import of global modules.
CLI Version 1.19
Release Date: Jun 11, 2024
Enhancements:
- Added pagination support in Entry Migration.
- Added Marketplace SDK support in the Apps CLI Plugin for the Create, Install, Delete, Get, and Update commands.
Bug & Security Fixes:
- Fixed the issue causing nested folder creation for assets in the Entry Migration scripts.
- Fixed the issue with entry creation containing RTE fields.
- Removed the deprecation warning message appearing before command execution in Node.js version 21 and above.
CLI Version 1.13
Release Date: Feb 05, 2024
New Features:
- In this update, we've added support for the Google Cloud Platform North America Region to our CLI, Apps CLI Plugin, and Tsgen Plugin. This advancement offers users the flexibility to choose from different data centers with the inclusion of GCP NA.
Bug & Security Fixes:
- Resolved the issue when the management token alias used for import is not already added in CLI.
Documentation Updates:
- Added documentation updates for the GCP NA support in CLI.
Release Date: Jan 29, 2024
New Features:
- Added GraphQL type definition and Early Access support in the Tsgen plugin.
- Added Early Access support in the Regex plugin.
Enhancements:
- Updated the Apps CLI plugin to fetch the latest changes via an updated boilerplate GitHub URL.
- Replaced the static manifest files in the Apps CLI plugin with a support for boilerplate manifest.json.
- Added analytics support to the content-type plugin.
Bug & Security Fixes:
- Resolved npm publish issues in the Apps CLI plugin.
- Fixed the unit test cases issue in the CLI caused due to package dependencies.
- Fixed SRE issues.
Documentation Updates:
- Added GraphQL content to the Tsgen Plugin documentation.
CLI Version 1.12
Release Date: Jan 24, 2024
Bug & Security Fixes:
- Resolved the generated command issue in Entry Migration for Windows OS.
- Resolved the ignore option issue in Entry Migration.
- Handled the scenario involving the removal of references from RTE during the creation of Global Fields in Import plugin.
- Fixed the Audit plugin malfunction that occurred when a schema contained a taxonomy field.
Release Date: Jan 12, 2024
New Features:
- Added Early Access support in CLI.
- Added Audit plugin support in Clone and Import plugins.
Bug & Security Fixes:
- Resolved the Entry Migration issue that caused data migration for remaining entries to halt in the event of a failure for an entry of a specific content type.
- Fixed the refresh token issue in the Import plugin.
- Fixed the type generation issue for the reference field in Tsgen Plugin.
- Fixed SRE issues.
Documentation Updates:
- Created a document to configure and use Early Access in the CLI.
- Updated the Import and Clone documents to support the Audit plugin.
- Added a note for the log path in the Entry Migration document.
Release Date: Dec 18, 2023
Enhancements:
- Replaced HTTP calls with SDK call in the export-to-csv plugin.
- Replaced Marketplace HTTP calls with SDK in the export and import plugins.
- Added Apps CLI & Audit plugin cases in e2e.
Bug & Security Fixes:
- Fixed OAuth failure cases in e2e.
- Resolved Marketplace issue where the import plugin failed for Mantashape.
- Resolved issue in the migration plugin where the Windows OS did not detect absolute CSV file path.
- Fixed type error issues for empty Date and Select Fields in the tsgen plugin.
- Resolved reported SRE issues and vulnerabilities.
Documentation Updates:
- Updated the content in the Entry Migration plugin documentation.
