cosmology-tech / starship

A k8s based unified development environment for Cosmos Ecosystem (and beyond)
https://docs.cosmology.zone/starship
MIT License
72 stars 25 forks source link

bug: starship-cli stop command returns before pods are actually stopped #584

Closed Kayanski closed 2 weeks ago

Kayanski commented 2 weeks ago

When running starship stop on the starship cli, the command returns before all pods are effectively stopped. Just like the starship start command returns only when pods are all started, I suggest the stop command should do the same.

What do you think ?

Anmol1696 commented 2 weeks ago

Hmm good idea. Let me figure this out, should be an easier fix now, we have a way to determine pods in terminating state.

Anmol1696 commented 2 weeks ago

Newest release of the cli has this feature now.