v5.3.7
Release Notes
On Linux/macOS you can install or update to the latest version of CLC using the following command:
curl https://hazelcast.com/clc/install.sh | bash
We provide an installer for Windows 10 and 11.
Note that this is a binary-only release.
The changes since v5.3.6 are below.
New Features
Configuration
Hazelcast Java Client XML Configuration (Beta)
We have added the clc config import-java
command that imports a subset of the Java client configuration and associated keystore/trustore files.
Refer to the documentation for the clc config import-java command for more information about this command.
Project Creator
Custom Template Actions
You can now define custom template actions using advanced scripts.
Refer to the Custom Template Actions section for more information about this feature.
Success Note
You can add a success note when a project is created successfully.
Refer to the Success Note section for more information about this feature.
Changes
- Viridian is renamed to Hazelcast Cloud.
clc viridian
commands are renamed toclc cloud
.clc viridian
is set an alias toclc cloud
.clc config import
command is renamed toclc config import-cloud
.clc config import
is an alias toclc config import-cloud
.map unlock
was available to the non-interactive mode in the previous version. This is changed to be available to interactive/scripting modes only.