Closed Kayanski closed 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.
starship stop
starship start
What do you think ?
Hmm good idea. Let me figure this out, should be an easier fix now, we have a way to determine pods in terminating state.
Newest release of the cli has this feature now.
When running
starship stop
on the starship cli, the command returns before all pods are effectively stopped. Just like thestarship start
command returns only when pods are all started, I suggest the stop command should do the same.What do you think ?