Skip to content
Snippets Groups Projects
Commit d0dfa93b authored by Belinda Liu's avatar Belinda Liu Committed by Supraja Narasimhan
Browse files

v7: Align restart behavior with push & restage


- During a non-rolling restart, `cf restart` would previously ignore the
no-wait flag. This is inconsistent with the behavior of `cf push` and
now `cf restage`.
- This commit ensures that `cf restart` respects the value of the no-wait
flag, whether or not the deployment strategy is set to rolling.
- This commit also makes helper methods in the restart command private
since they are not used elsewhere.

[#169413098]

Co-authored-by: default avatarBelinda Liu <bliu@pivotal.io>
parent fae44fde
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment