v5.3.6-PREVIEW1
Pre-release
Pre-release
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 -s -- --beta
We provide an installer for Windows 10 and 11.
Note that this is a binary-only release.
The new features and changes since v5.3.5 are below.
New Features
- Added the
sql
advanced script command. - Added the
file
template action which can read from a file with one of the extensions:.yaml
,.json
or.txt
. - Added the
\exit
and\echo
commands. These commands are available in the script and interactive modes. See: echo and exit command documentation. - Added
--wait
flag toviridian
commands. - Added the ability to change the interactive mode prompt and banner. See: def.
Improvements
clc demo map-setmany
command shows a progress bar and it is faster for small values.
Changes
- Project creator uses the
defaults
field intemplate.yaml
instead of thedefaults.yaml
.
Fixes
\di
command panics when indexes for a map cannot be retrieved.- Removed the extra
OK
line inconfig list
. - Restored the
--format
flag tohome
andversion
commands.