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 package install -L` should only install available packages #153

Closed pgalbavy-itrs closed 1 year ago

pgalbavy-itrs commented 1 year ago

If geneos package install is called with the --local flag it should not error out when a package is not found.

Assumption is that you want all available packages installed.

Thanks @cljnie for the report