Rename `app update` to `app reset`?
I was wondering if reset would actually be a better fit, since the command actually just removes the deployment.
update seems like there is actually an updated version of the deployment available, even though this is actually dependent on how the helm charts / Kubernetes manifest is written.
I was also just thinking if we block (or at least have a flag) until the deployment is available again.
@SteinRobert On the other hand, if it is called reset, wouldn't it be unexpected if there is a new version and the behaviour of the app changes?
Makes sense. Maybe app refetch?
reload? That would be the same lingo as used by linux services when they should apply changes to their config.
I'm good with reload.