Add iriscli and ipm container utility scripts#1124
Conversation
isc-kiyer
left a comment
There was a problem hiding this comment.
@isc-dchui This is great! Just the one note. Seems like for now this is just for general dev use but is this something we would consider distributing with IPM so that if it is loaded into an instance, the scripts are available? We could say it only works for unix based systems to make life a bit easier for us to maintain
isc-tleavitt
left a comment
There was a problem hiding this comment.
Agreed with @isc-kiyer. We should install to ~/.local/bin and need to make sure mode is correct (+x)
|
Added the installing to both |
isc-kiyer
left a comment
There was a problem hiding this comment.
@isc-dchui few more small notes
Description
irisclilaunches an interactive IRIS terminal (essentially wrapper foriris session iris), e.g.docker compose exec -it iris iriscliipmallows running of IPM commands, e.g.docker compose exec iris ipm list~/bin/and~/.local/bin/so they will work both inside and outside the dev containersTesting
Ran the scripts manually from the host machine. Example:
Checklist
mainbranch rebased or merged.zpm test -only) and integration tests (zpm verify -only) pass.