epics-containers / edge-containers-cli

command line shortcuts for epics containers developers
Apache License 2.0
3 stars 1 forks source link

We need a way to list stopped IOCs #87

Closed gilesknap closed 8 months ago

gilesknap commented 8 months ago

ec ps -a

does not work

ec ioc start TAB TAB

also does not work

I think fixing both of those is the best way to make stopped IOCs visible.

marcelldls commented 8 months ago

It seems to have broken with your changes as it was working yesterday. ec ioc stop is also now broken with the new changes. Should the tests not have caught this?

marcelldls commented 8 months ago

For my new deployments ec ioc start TAB TAB does actually work. However the iocs are not deployed with the tag of the chart update. Also ec ps -a does seem to work although I cant test it with a stopped ioc