3 July 2025
ConnectorsDeploymentsGeneral
We have made the following updates to the commercetools Connect CLI to enhance its functionality and usability:
- Aligned the CLI's Buildpacks version with
connect-api
. This ensures consistent behavior and compatibility, streamlining the development process when using both tools. - Added support for common modules. This allows you to share and reuse code across different projects, reduce code duplication, and improve maintainability.
- Enhanced the validation process for
connect.yaml
files. The CLI now provides more descriptive and actionable error messages, which help you identify and resolve configuration issues.
The following commands are now available in the Connect CLI:
commercetools connect connectorstaged describe
: Describes a ConnectorStaged, allowing you to retrieve detailed information using either the Connector'sid
orkey
.commercetools connect deployment create
: Creates a new Deployment, supporting various deployment types (preview, sandbox, production) and configuration options.commercetools connect deployment delete
: Deletes an existing Deployment byid
orkey
.commercetools connect deployment describe
: Retrieves details about a specific Deployment.commercetools connect deployment redeploy
: Redeploy an existing Deployment with updated configurations or scripts.commercetools connect deployment list
: List all Deployments with support for pagination and sorting.commercetools connect deployment logs
: Retrieve logs for a specific Deployment, with filtering options for application and date range.