You patched your application (with name e.g. myapp) and now want to use PSM CLI to revert the changes By Singh | December 3, 2022 0 Comment You patched your application (with name e.g. myapp) and now want to use PSM CLI to revert the changes without any application downtime. Which command will correctly accomplish this?Response: A. psm aces rollback -n myapp -o quick B. psm aces rollback -n myapp -o rolling C. psm aces rollback -n myapp -o no-downtime D. psm aces rovert -n myapp -o quick Correct Answer: D