All Release Notes
Introduced the commercetools Connect CLI
25 October 2024
Connect
New feature
ConnectorsDeploymentsGeneral
The commercetools Connect CLI helps manage Connectors during development and production deployment. It provides a faster way to interact with commercetools Connect, reducing development time and maintenance needs. It also enables more complex CI/CD pipelines.
With the Connect CLI, you can:
- Log in to and authenticate with commercetools.
- Update and manage ConnectorStaged.
- Bootstrap a new Connector from a starter template or from one of our application templates.
- Validate Connectors locally.
- Package your code and test the dependencies locally to ensure they are loading correctly.
- Locally test the application's build and debug any incorrect dependencies.
- Run a local instance of the application in a local container.
- Validate local tests that are included in the application.
- Automatically install dependencies during project initialization.