ITRS-Group / cordial

Cordial comprises a set of interrelated programs, integrations, libraries and packages for Geneos, principally written in Go.
Other
7 stars 0 forks source link

`geneos set` - enhance `options` to allow manipulation of values #195

Closed pgalbavy-itrs closed 4 months ago

pgalbavy-itrs commented 4 months ago

The options parameter for instances contains extra command line options to append to the calculated arguments.

As options will vary between each instance, it is hard to add a new value to all instances, e.g.

geneos set options="... -minTlsVersion 1.3"

Look at how to add at least and append option to allow global updates without deleting existing instance values.

This may also apply to other parameters, but less likely.