Update existing deployment?
Should fairing support a mode where we can update an existing deployment rather than creating a new one?
I think the use case would be for a skaffold like development workflow where you are constantly redeploying with your latest changes. In this case it would be convenient to have some sugar to replace the existing deployment.
/cc @r2d4
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.91. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: dashboard, app homepage and code for this bot.
Skaffold does this by streaming logs based on container image, which we can do (we currently stream based on a label selector).
/area engprod /priority p2