Release Notes / Version 12.2506.0
Table Of Contents
The options - grpc-endpoint (short:
-g) and -http-base-uri have been
added to the command line tools. These have been applied to
com.coremedia.cmdline.CommandLineClient, so that
your custom command line clients may inherit them, too.
The command line option
--grpc-endpoint <ENDPOINT> has been added to
support a gRPC-based Unified API Connection. The
ENDPOINT has the format
HOSTNAME:PORT[,HOSTNAME:PORT]*.
Upgrade Information:
Custom command line clients extending
AbstractUAPIClient or
AbstractSpringAwareUAPIClient will automatically
inherit and use the new connection options. Implementations of
CommandLineClient need to validate, if they want to
or need to make use of the new parameters.
You may want to check if especially the short option
-g collides with your own command line clients.
This conflict, for example, applied to the --grace
(-g) for cm runlevel. As part of
this change, the short options of cm runlevel has
been renamed to -G.
(CMS-27489)


