ipm icon indicating copy to clipboard operation
ipm copied to clipboard

Document option to Install only from named repo

Open kuszewski opened this issue 2 years ago • 4 comments

Enhance install to let the user name the repo the package should be installed from.

As the number of repositories grows, the chances of name collision happening occurs. From a security context, this means that a customer could install the wrong package.

kuszewski avatar Feb 10 '23 14:02 kuszewski

Already implemented in form [registry-name/]package-name

daimor avatar Feb 10 '23 14:02 daimor

Already implemented in form [registry-name/]package-name

Oh, nice!

isc-tleavitt avatar Feb 10 '23 14:02 isc-tleavitt

Could I ask that this find its way to the GitHub Wiki?

kuszewski avatar Feb 10 '23 15:02 kuszewski

Sure, go ahead, and update Wiki. Wiki can't be updated through PR's, so, I can't do it, anymore. Probably, worth migrating to the way as in VSCode-ObjectScript instead of wiki

daimor avatar Feb 11 '23 09:02 daimor

Added to wiki here: https://github.com/intersystems/ipm/wiki/02.-CLI-commands#install

isc-dchui avatar Jun 12 '24 13:06 isc-dchui